objectComplete extends AggregateMode with Product with Serializable
An AggregateFunction with Complete mode is used to evaluate this function directly
from original input rows without any partial aggregation.
This function updates the given aggregation buffer with the original input of this
function. When it has processed all input rows, the final result of this function is returned.
An AggregateFunction with Complete mode is used to evaluate this function directly from original input rows without any partial aggregation. This function updates the given aggregation buffer with the original input of this function. When it has processed all input rows, the final result of this function is returned.