Uses of Interface
io.trino.operator.aggregation.MapAggregationState
Packages that use MapAggregationState
-
Uses of MapAggregationState in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement MapAggregationStateModifier and TypeClassDescriptionclassclassclassMethods in io.trino.operator.aggregation that return MapAggregationStateModifier and TypeMethodDescriptionMapAggregationStateFactory.createGroupedState()MapAggregationStateFactory.createSingleState()Methods in io.trino.operator.aggregation with parameters of type MapAggregationStateModifier and TypeMethodDescriptionstatic voidMapAggregationFunction.combine(MapAggregationState state, MapAggregationState otherState) static voidMapUnionAggregation.combine(MapAggregationState state, MapAggregationState otherState) voidMapAggregationStateSerializer.deserialize(Block block, int index, MapAggregationState state) static voidMapAggregationFunction.input(MapAggregationState state, ValueBlock key, int keyPosition, ValueBlock value, int valuePosition) static voidMapUnionAggregation.input(Type valueType, MapAggregationState state, SqlMap value) default voidMapAggregationState.merge(MapAggregationState other) static voidMapAggregationFunction.output(MapAggregationState state, BlockBuilder out) static voidMapUnionAggregation.output(MapAggregationState state, BlockBuilder out) voidMapAggregationStateSerializer.serialize(MapAggregationState state, BlockBuilder out)