objectPartialMerge extends AggregateMode with Product with Serializable
An AggregateFunction with PartialMerge mode is used to merge aggregation buffers
containing intermediate results for this function.
This function updates the given aggregation buffer by merging multiple aggregation buffers.
When it has processed all input rows, the aggregation buffer is returned.
An AggregateFunction with PartialMerge mode is used to merge aggregation buffers containing intermediate results for this function. This function updates the given aggregation buffer by merging multiple aggregation buffers. When it has processed all input rows, the aggregation buffer is returned.