Skip to content

Commit

Permalink
Add GetIndexedField to the list of exprs that can be in predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 1, 2021
1 parent 0303913 commit 5d34be6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/src/datasource/listing/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ impl ExpressionVisitor for ApplicabilityVisitor<'_> {
| Expr::BinaryExpr { .. }
| Expr::Between { .. }
| Expr::InList { .. }
| Expr::GetIndexedField { .. }
| Expr::Case { .. } => Recursion::Continue(self),

Expr::ScalarFunction { fun, .. } => self.visit_volatility(fun.volatility()),
Expand Down

0 comments on commit 5d34be6

Please sign in to comment.