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

Expand description

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

Structs

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