Expand description
EliminateLimit
eliminates LIMIT
when possible
Structs§
- Optimizer rule to replace
LIMIT 0
orLIMIT
whose ancestor LIMIT’s skip is greater than or equal to current’s fetch
EliminateLimit
eliminates LIMIT
when possible
LIMIT 0
or LIMIT
whose ancestor LIMIT’s skip is
greater than or equal to current’s fetch