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 5bdaeaf commit c52237dCopy full SHA for c52237d
datafusion/datasource-parquet/src/row_filter.rs
@@ -372,7 +372,7 @@ fn pushdown_columns(
372
/// Otherwise, true.
373
/// Note that the schema passed in here is *not* the physical file schema (as it is not available at that point in time);
374
/// it is the schema of the table that this expression is being evaluated against minus any projected columns and partition columns.
375
-pub(crate) fn can_expr_be_pushed_down_with_schemas(
+pub fn can_expr_be_pushed_down_with_schemas(
376
expr: &Arc<dyn PhysicalExpr>,
377
file_schema: &Schema,
378
) -> bool {
0 commit comments