Class AggregationUtils


  • public class AggregationUtils
    extends Object
    Utility class to perform accumulation over a collection of rows. It provides utils for the following: (1) method to deal with aggregation key and (2) method to merge a row into an existing accumulator

    Accumulation is used by WindowAggregateOperator and AggregateOperator.

    • Method Detail

      • extractEmptyKey

        public static Key extractEmptyKey()