objectFinal extends AggregateMode with Product with Serializable
An AggregateFunction with Final mode is used to merge aggregation buffers
containing intermediate results for this function and then generate final result.
This function updates the given aggregation buffer by merging multiple aggregation buffers.
When it has processed all input rows, the final result of this function is returned.
An AggregateFunction with Final mode is used to merge aggregation buffers containing intermediate results for this function and then generate final result. This function updates the given aggregation buffer by merging multiple aggregation buffers. When it has processed all input rows, the final result of this function is returned.