pub fn is_sort_preserving_merge(plan: &Arc<dyn ExecutionPlan>) -> boolExpand description
Checks whether the given operator is a SortPreservingMergeExec.
pub fn is_sort_preserving_merge(plan: &Arc<dyn ExecutionPlan>) -> boolChecks whether the given operator is a SortPreservingMergeExec.