is_sort

Function is_sort 

Source
pub fn is_sort(plan: &Arc<dyn ExecutionPlan>) -> bool
Expand description

Checks whether the given operator is a SortExec.