Module datafusion_optimizer::push_down_limit
source · Expand description
Optimizer rule to push down LIMIT in the query plan It will push down through projection, limits (taking the smaller limit)
Structs
- Optimization rule that tries to push down LIMIT.