pub fn is_limit(plan: &Arc<dyn ExecutionPlan>) -> bool
Expand 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>) -> bool
Checks whether the given operator is a limit;
i.e. either a LocalLimitExec
or a GlobalLimitExec
.