Function get_limit_effect
Source fn get_limit_effect(expr: &Arc<dyn WindowExpr>) -> LimitEffect
Expand description
Examines the WindowExpr and decides:
- The expression does not change the window size
- The expression grows it by X amount
- We don’t know
§Arguments
expr the expression to examine
§Returns
The effect on the limit