Interface IUserDefinedAggregation

    • Method Detail

      • getBufferTypes

        int[] getBufferTypes()
        Returns the type of the aggregation buffers.
        Returns:
        The type of the aggregation buffers
      • getTerminateFunction

        SerializableFunction<IArrayReader,​?> getTerminateFunction()
        Returns the function to apply on the aggregation buffers to compute the final results.
        Returns:
        the function to apply on the aggregation buffers to compute the final results.