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

Module datafusion::optimizer::limit_push_down[][src]

Optimizer rule to push down LIMIT in the query plan It will push down through projection, limits (taking the smaller limit)

Structs

LimitPushDown

Optimization rule that tries pushes down LIMIT n where applicable to reduce the amount of scanned / processed data