Skip to main content

build_aggregate_schema

Function build_aggregate_schema 

Source
pub fn build_aggregate_schema(
    group_keys: &[TypedExpr],
    aggregates: &[AggregateExpr],
) -> Vec<ColumnMetadata>
Expand description

Build output schema for aggregate results.