pub fn merge_sort_transformer(plan: &LogicalPlan) -> Option<LogicalPlan>
Turn Sort into MergeSort if possible
Sort
MergeSort