Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::physical_optimizer::pruning - Rust
[go: Go Back, main page]

Expand description

PruningPredicate to apply filter Expr to prune “containers” based on statistics (e.g. Parquet Row Groups)

Structs

  • Evaluates filter expressions on statistics, rather than the actual data. If no rows could possibly pass the filter entire containers can be “pruned” (skipped), without reading any actual data, leading to significant performance improvements.

Traits