Skip to content

Commit 5d34be6

Browse files
committed
Add GetIndexedField to the list of exprs that can be in predicates
1 parent 0303913 commit 5d34be6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/src/datasource/listing/helpers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ impl ExpressionVisitor for ApplicabilityVisitor<'_> {
9191
| Expr::BinaryExpr { .. }
9292
| Expr::Between { .. }
9393
| Expr::InList { .. }
94+
| Expr::GetIndexedField { .. }
9495
| Expr::Case { .. } => Recursion::Continue(self),
9596

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

0 commit comments

Comments
 (0)