Class AbstractAllByLongGroupingState

All Implemented Interfaces:
Closeable, AutoCloseable, GroupingAggregatorState, Releasable
Direct Known Subclasses:
AllFirstBooleanByLongAggregator.GroupingState, AllFirstBytesRefByLongAggregator.GroupingState, AllFirstDoubleByLongAggregator.GroupingState, AllFirstFloatByLongAggregator.GroupingState, AllFirstIntByLongAggregator.GroupingState, AllFirstLongByLongAggregator.GroupingState, AllLastBooleanByLongAggregator.GroupingState, AllLastBytesRefByLongAggregator.GroupingState, AllLastDoubleByLongAggregator.GroupingState, AllLastFloatByLongAggregator.GroupingState, AllLastIntByLongAggregator.GroupingState, AllLastLongByLongAggregator.GroupingState

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

    • AbstractAllByLongGroupingState

      protected AbstractAllByLongGroupingState(BigArrays bigArrays)
  • Method Details