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

pub fn window_expr_common_partition_keys(
    window_exprs: &[Expr]
) -> Result<&[Expr], DataFusionError>
Expand description

given a slice of window expressions sharing the same sort key, find their common partition keys.