DeclarativeAggregate

initialValues defines the initial value of aggBuffer updateExpressions defines how to update the aggBuffer given a new input row mergeExpressions After shuffling, we have input row also as aggBuffer, we have to update the mutable buffer based on this aggBuffer evaluateExpression Defines the final output of the aggregate function. Its dataType has to be consistent with dataType of the expression.

results matching ""

    No results matching ""