Expand description
Aggregate discovery and expression equivalence for SQL grouping.
Re-exports§
pub use super::is_builtin_aggregate;
Functions§
- aggregate_
exprs - aggregate_
slot_ index - aggregate_
targets - Aggregate states needed by a query block, in accumulator order.
- collect_
aggregate_ exprs - compile_
having_ aggregate_ slots - compile_
projection_ aggregate_ slots - contains_
aggregate - expr_
references_ columns - Collect the top-level column names an expression reads. Returns
falsewhen the expression can reach arbitrary fields (*, subqueries, window calls), in which case callers must materialise whole documents. - exprs_
match - has_
aggregate - is_
aggregate - literals_
equal