Uses of Interface
io.trino.operator.aggregation.arrayagg.ArrayAggregationState
Packages that use ArrayAggregationState
-
Uses of ArrayAggregationState in io.trino.operator.aggregation.arrayagg
Classes in io.trino.operator.aggregation.arrayagg that implement ArrayAggregationStateModifier and TypeClassDescriptionfinal classclassClasses in io.trino.operator.aggregation.arrayagg that implement interfaces with type arguments of type ArrayAggregationStateModifier and TypeClassDescriptionclassclassMethods in io.trino.operator.aggregation.arrayagg that return ArrayAggregationStateModifier and TypeMethodDescriptionSingleArrayAggregationState.copy()ArrayAggregationStateFactory.createGroupedState()ArrayAggregationStateFactory.createSingleState()Methods in io.trino.operator.aggregation.arrayagg with parameters of type ArrayAggregationStateModifier and TypeMethodDescriptionstatic voidArrayAggregationFunction.combine(ArrayAggregationState state, ArrayAggregationState otherState) voidArrayAggregationStateSerializer.deserialize(Block block, int index, ArrayAggregationState state) static voidArrayAggregationFunction.input(ArrayAggregationState state, ValueBlock value, int position) default voidArrayAggregationState.merge(ArrayAggregationState otherState) static voidArrayAggregationFunction.output(Type elementType, ArrayAggregationState state, BlockBuilder out) voidArrayAggregationStateSerializer.serialize(ArrayAggregationState state, BlockBuilder out)