Skip to content

Commit

Permalink
[split/10] split up expr for rewriting, visiting, and simplification …
Browse files Browse the repository at this point in the history
…traits (#1774)

* split up expr for rewriting, visiting, and simplification

* add docs
  • Loading branch information
jimexist authored Feb 8, 2022
1 parent 3c39c72 commit 86dcb09
Show file tree
Hide file tree
Showing 11 changed files with 892 additions and 776 deletions.
2 changes: 1 addition & 1 deletion datafusion/src/datasource/listing/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use log::debug;
use crate::{
error::Result,
execution::context::ExecutionContext,
logical_plan::{self, Expr, ExpressionVisitor, Recursion},
logical_plan::{self, Expr, ExprVisitable, ExpressionVisitor, Recursion},
physical_plan::functions::Volatility,
scalar::ScalarValue,
};
Expand Down
Loading

0 comments on commit 86dcb09

Please sign in to comment.