pub fn update_ordering(
ordering: LexOrdering,
projected_exprs: &[(Arc<dyn PhysicalExpr>, String)],
) -> Result<Option<LexOrdering>, DataFusionError>
Expand description
Updates the given lexicographic ordering according to given projected
expressions using the update_expr
function.