Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
update_ordering in datafusion::physical_plan::projection - Rust
[go: Go Back, main page]

Function update_ordering

Source
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.