datafusion_functions_aggregate_common

Module accumulator

Source

Structs§

  • AccumulatorArgs contains information about how an aggregate function was called, including the types of its arguments and any optional ordering expressions.
  • StateFieldsArgs contains information about the fields that an aggregate function’s accumulator should have. Used for AggregateUDFImpl::state_fields.

Type Aliases§