pub fn is_sort(plan: &Arc<dyn ExecutionPlan>) -> bool
Checks whether the given operator is a SortExec.
SortExec