fn make_limit(skip: usize, fetch: usize, input: Arc<LogicalPlan>) -> LogicalPlanExpand description
Wrap the input plan with a limit node
Original:
inputReturn
Limit: skip=skip, fetch=fetch
inputfn make_limit(skip: usize, fetch: usize, input: Arc<LogicalPlan>) -> LogicalPlanWrap the input plan with a limit node
Original:
inputReturn
Limit: skip=skip, fetch=fetch
input