Interface AggregateFunction.Aggregate

  • Enclosing interface:
    AggregateFunction

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

      • addInput

        void addInput​(ProtocolVersion protocolVersion,
                      java.util.List<java.nio.ByteBuffer> values)
               throws InvalidRequestException
        Adds the specified input to this aggregate.
        Parameters:
        protocolVersion - native protocol version
        values - the values to add to the aggregate.
        Throws:
        InvalidRequestException
      • reset

        void reset()
        Reset this aggregate.