Expand description
PushDownLimit pushes LIMIT earlier in the query plan
Structsยง
- Push
Down Limit - Optimization rule that tries to push down
LIMIT.
Functionsยง
- make_
arc_ ๐limit - Wrap the input plan with a limit node
- make_
limit ๐ - Wrap the input plan with a limit node
- original_
limit ๐ - Returns the original limit (non transformed)
- push_
down_ ๐join - Adds a limit to the inputs of a join, if possible
- transformed_
limit ๐ - Returns the a transformed limit