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 reverse_order_bys

Source
pub fn reverse_order_bys(order_bys: &LexOrdering) -> LexOrdering
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’.