We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0303913 commit 5d34be6Copy full SHA for 5d34be6
datafusion/src/datasource/listing/helpers.rs
@@ -91,6 +91,7 @@ impl ExpressionVisitor for ApplicabilityVisitor<'_> {
91
| Expr::BinaryExpr { .. }
92
| Expr::Between { .. }
93
| Expr::InList { .. }
94
+ | Expr::GetIndexedField { .. }
95
| Expr::Case { .. } => Recursion::Continue(self),
96
97
Expr::ScalarFunction { fun, .. } => self.visit_volatility(fun.volatility()),
0 commit comments