Structs§
- Accumulator
Args AccumulatorArgscontains information about how an aggregate function was called, including the types of its arguments and any optional ordering expressions.- State
Fields Args StateFieldsArgscontains information about the fields that an aggregate function’s accumulator should have. Used forAggregateUDFImpl::state_fields.
Type Aliases§
- Accumulator
Factory Function - Factory that returns an accumulator for the given aggregate function.