Function is_sort_preserving_merge

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

Checks whether the given operator is a SortPreservingMergeExec.