Class GroupArrayAggregationState
- java.lang.Object
-
- io.trino.operator.aggregation.state.AbstractGroupedAccumulatorState
-
- io.trino.operator.aggregation.AbstractGroupCollectionAggregationState<ArrayAggregationStateConsumer>
-
- io.trino.operator.aggregation.arrayagg.GroupArrayAggregationState
-
- All Implemented Interfaces:
ArrayAggregationState,AccumulatorState,GroupedAccumulatorState
public final class GroupArrayAggregationState extends AbstractGroupCollectionAggregationState<ArrayAggregationStateConsumer> implements ArrayAggregationState
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaccept(ArrayAggregationStateConsumer consumer, PageBuilder pageBuilder, int currentPosition)voidadd(Block block, int position)-
Methods inherited from class io.trino.operator.aggregation.AbstractGroupCollectionAggregationState
appendAtChannel, ensureCapacity, forEach, getEntryCount, getEstimatedSize, isEmpty, prepareAdd
-
Methods inherited from class io.trino.operator.aggregation.state.AbstractGroupedAccumulatorState
getGroupId, setGroupId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
Methods inherited from interface io.trino.operator.aggregation.arrayagg.ArrayAggregationState
forEach, isEmpty, merge, reset
-
-
-
-
Method Detail
-
add
public final void add(Block block, int position)
- Specified by:
addin interfaceArrayAggregationState
-
accept
protected final void accept(ArrayAggregationStateConsumer consumer, PageBuilder pageBuilder, int currentPosition)
- Specified by:
acceptin classAbstractGroupCollectionAggregationState<ArrayAggregationStateConsumer>
-
-