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

pub fn find_aggregate_exprs(exprs: &[Expr]) -> Vec<Expr>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Collect all deeply nested Expr::AggregateFunction and Expr::AggregateUDF. They are returned in order of occurrence (depth first), with duplicates omitted.