fn original_limit(
skip: usize,
fetch: usize,
input: LogicalPlan,
) -> Result<Transformed<LogicalPlan>>Expand description
Returns the original limit (non transformed)
fn original_limit(
skip: usize,
fetch: usize,
input: LogicalPlan,
) -> Result<Transformed<LogicalPlan>>Returns the original limit (non transformed)