Skip to content

Commit

Permalink
split up expr for rewriting, visiting, and simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Feb 8, 2022
1 parent 09c67d5 commit 1fc5279
Show file tree
Hide file tree
Showing 11 changed files with 886 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 1fc5279

Please sign in to comment.