fn make_arc_limit(
skip: usize,
fetch: usize,
input: Arc<LogicalPlan>,
) -> Arc<LogicalPlan>Expand description
Wrap the input plan with a limit node
fn make_arc_limit(
skip: usize,
fetch: usize,
input: Arc<LogicalPlan>,
) -> Arc<LogicalPlan>Wrap the input plan with a limit node