Module push_down_limit

Module push_down_limit 

Source
Expand description

PushDownLimit pushes LIMIT earlier in the query plan

Structsยง

PushDownLimit
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