pushdown_limits

Function pushdown_limits 

Source
pub(crate) fn pushdown_limits(
    pushdown_plan: Arc<dyn ExecutionPlan>,
    global_state: GlobalRequirements,
) -> Result<Arc<dyn ExecutionPlan>>
Expand description

Pushes down the limit through the plan.