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
.
Functions§
- Computes the
skip
andfetch
parameters of a single limit that would be equivalent to two consecutive limits with the givenskip
/fetch
parameters.