datafusion_optimizer

Module 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