AggregateOperation
class AggregateOperation
A transform operation that groups rows by specified columns and applies aggregation functions to calculate summary values.
Types
Properties
Link copied to clipboard
The list of aggregation functions to apply to the grouped data, such as SUM, COUNT, or AVERAGE.
Link copied to clipboard
The list of column names to group by when performing the aggregation. Rows with the same values in these columns will be grouped together.
Link copied to clipboard
The source transform operation that provides input data for the aggregation.