Function is_limit

Source
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.