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 87dcc7a commit 3a5bc41Copy full SHA for 3a5bc41
datafusion/datasource-parquet/src/supported_predicates.rs
@@ -26,10 +26,6 @@ use std::sync::Arc;
26
use datafusion_physical_expr::expressions::{IsNotNullExpr, IsNullExpr};
27
use datafusion_physical_expr::{PhysicalExpr, ScalarFunctionExpr};
28
29
-// `ScalarUDFExpr` is currently an alias of `ScalarFunctionExpr` in this crate,
30
-// but keep a separate type to support potential future divergence.
31
-type ScalarUDFExpr = ScalarFunctionExpr;
32
-
33
/// Trait for physical expressions that support list column pushdown during
34
/// Parquet decoding.
35
///
0 commit comments