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