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
reverse_order_bys in datafusion::physical_expr - Rust
[go: Go Back, main page]

Function datafusion::physical_expr::reverse_order_bys

source ·
pub fn reverse_order_bys(
    order_bys: &[PhysicalSortExpr],
) -> Vec<PhysicalSortExpr>
Expand description

Reverses the ORDER BY expression, which is useful during equivalent window expression construction. For instance, ‘ORDER BY a ASC, NULLS LAST’ turns into ‘ORDER BY a DESC, NULLS FIRST’.