Module datafusion_python::optimizer::eliminate_limit
source · Expand description
EliminateLimit eliminates LIMIT when possible
Structs§
- Optimizer rule to replace
LIMIT 0orLIMITwhose ancestor LIMIT’s skip is greater than or equal to current’s fetch