pub fn is_limit(plan: &Arc<dyn ExecutionPlan>) -> boolExpand description
Checks whether the given operator is a limit;
i.e. either a LocalLimitExec or a GlobalLimitExec.
pub fn is_limit(plan: &Arc<dyn ExecutionPlan>) -> boolChecks whether the given operator is a limit;
i.e. either a LocalLimitExec or a GlobalLimitExec.