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

Module datafusion::optimizer::projection_push_down[][src]

Projection Push Down optimizer rule ensures that only referenced columns are loaded into memory

Structs

ProjectionPushDown

Optimizer that removes unused projections and aggregations from plans This reduces both scans and