pub fn compile_group_slots(
expression: &ScalarExpr,
groups: &[ScalarExpr],
relation: InternalRelationId,
first_slot: usize,
) -> Result<ScalarExpr, SQLError>Expand description
Group values follow aggregate finalizers in the retained scalar slot namespace. Match a complete grouped expression before descending into its inputs.