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

pub fn grouping_set_to_exprlist(group_expr: &[Expr]) -> Result<Vec<Expr>>
Expand description

Find all distinct exprs in a list of group by expressions. If the first element is a GroupingSet expression then it must be the only expr.