We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de46850 commit 627f051Copy full SHA for 627f051
datafusion/core/src/physical_plan/file_format/parquet.rs
@@ -73,7 +73,7 @@ use parquet::schema::types::ColumnDescriptor;
73
pub struct ParquetScanOptions {
74
/// If true, any available `pruning_predicate` will be converted to a `RowFilter`
75
/// and pushed down to the `ParquetRecordBatchStream`. This will enable row level
76
- /// filter at the decoder level
+ /// filter at the decoder level. Defaults to false
77
pushdown_filters: bool,
78
/// If true, the generated `RowFilter` may reorder the predicate `Expr`s to try and optimize
79
/// the cost of filter evaluation.
0 commit comments