make_limit

Function make_limit 

Source
fn make_limit(skip: usize, fetch: usize, input: Arc<LogicalPlan>) -> LogicalPlan
Expand description

Wrap the input plan with a limit node

Original:

input

Return

Limit: skip=skip, fetch=fetch
 input