Module datafusion_python::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
skipandfetchparameters of a single limit that would be equivalent to two consecutive limits with the givenskip/fetchparameters.