Interface AggregateFunction.Aggregate

Enclosing interface:
AggregateFunction

public static interface AggregateFunction.Aggregate
An aggregation operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addInput(Arguments arguments)
    Adds the specified input to this aggregate.
    compute(ProtocolVersion protocolVersion)
    Computes and returns the aggregate current value.
    void
    Reset this aggregate.