Uses of Interface
io.trino.operator.aggregation.state.KeyValuePairsState
Packages that use KeyValuePairsState
-
Uses of KeyValuePairsState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type KeyValuePairsStateModifier and TypeMethodDescriptionstatic voidMapAggregationFunction.combine(KeyValuePairsState state, KeyValuePairsState otherState) static voidMapUnionAggregation.combine(KeyValuePairsState state, KeyValuePairsState otherState) static voidMapAggregationFunction.input(Type keyType, BlockTypeOperators.BlockPositionEqual keyEqual, BlockTypeOperators.BlockPositionHashCode keyHashCode, Type valueType, KeyValuePairsState state, Block key, Block value, int position) static voidMapUnionAggregation.input(Type keyType, BlockTypeOperators.BlockPositionEqual keyEqual, BlockTypeOperators.BlockPositionHashCode keyHashCode, Type valueType, KeyValuePairsState state, Block value) static voidMapAggregationFunction.output(KeyValuePairsState state, BlockBuilder out) static voidMapUnionAggregation.output(KeyValuePairsState state, BlockBuilder out) -
Uses of KeyValuePairsState in io.trino.operator.aggregation.state
Classes in io.trino.operator.aggregation.state that implement KeyValuePairsStateModifier and TypeClassDescriptionstatic classstatic classMethods in io.trino.operator.aggregation.state that return KeyValuePairsStateModifier and TypeMethodDescriptionKeyValuePairsStateFactory.createGroupedState()KeyValuePairsStateFactory.createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type KeyValuePairsStateModifier and TypeMethodDescriptionvoidKeyValuePairStateSerializer.deserialize(Block block, int index, KeyValuePairsState state) voidKeyValuePairStateSerializer.serialize(KeyValuePairsState state, BlockBuilder out)