pub fn rewrite_merge_sort_exprs(
merge_sort: &MergeSortLogicalPlan,
aliased_node: &LogicalPlan,
) -> Result<LogicalPlan>
Expand description
Rewrite the expressions of the given merge sort plan from original columns(at merge sort’s input plan) to aliased columns at the given aliased node