Module datafusion_optimizer::eliminate_limit

source ·
Expand description

EliminateLimit eliminates LIMIT when possible

Structs§

  • Optimizer rule to replace LIMIT 0 or LIMIT whose ancestor LIMIT’s skip is greater than or equal to current’s fetch