datafusion_physical_plan::aggregates::group_values

Function new_group_values

Source
pub fn new_group_values(schema: SchemaRef) -> Result<Box<dyn GroupValues>>
Expand description

Return a specialized implementation of GroupValues for the given schema.