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::optimizer::optimize_projections - Rust
[go: Go Back, main page]

Expand description

Optimizer rule to prune unnecessary columns from intermediate schemas inside the LogicalPlan. This rule:

  • Removes unnecessary columns that do not appear at the output and/or are not used during any computation step.
  • Adds projections to decrease table column size before operators that benefit from a smaller memory footprint at its input.
  • Removes unnecessary LogicalPlan::Projections from the LogicalPlan.

Structs§