Skip to main content

Module rule

Module rule 

Source

Structsยง

EliminateLimit
MergeLimit
PushDownFilterToScan
Attach Filter predicates directly to the underlying TableScan. This lets the physical planner decide whether the scan itself can honor the predicate (e.g. via index) while keeping the logical tree shallower.
PushDownLimit
PushLimitIntoScan
Propagate LIMIT/OFFSET requirements into the underlying table scan so that execution can stop scanning early.