Class AbstractAllByIntGroupingState

All Implemented Interfaces:
Closeable, AutoCloseable, GroupingAggregatorState, Releasable
Direct Known Subclasses:
AllFirstBooleanByIntAggregator.GroupingState, AllFirstBytesRefByIntAggregator.GroupingState, AllFirstDoubleByIntAggregator.GroupingState, AllFirstFloatByIntAggregator.GroupingState, AllFirstIntByIntAggregator.GroupingState, AllFirstLongByIntAggregator.GroupingState, AllLastBooleanByIntAggregator.GroupingState, AllLastBytesRefByIntAggregator.GroupingState, AllLastDoubleByIntAggregator.GroupingState, AllLastFloatByIntAggregator.GroupingState, AllLastIntByIntAggregator.GroupingState, AllLastLongByIntAggregator.GroupingState

public abstract class AbstractAllByIntGroupingState extends AbstractAllByKeyGroupingState
Grouping state base class for "all first/last by int key" aggregators. Extends AbstractAllByKeyGroupingState with an int-typed key array.
  • Constructor Details

    • AbstractAllByIntGroupingState

      protected AbstractAllByIntGroupingState(BigArrays bigArrays)
  • Method Details