Module datafusion::optimizer::push_down_limit
source · Expand description
PushDownLimit
pushes LIMIT
earlier in the query plan
Structs§
- Optimization rule that tries to push down
LIMIT
.
PushDownLimit
pushes LIMIT
earlier in the query plan
LIMIT
.