Uses of Interface
io.trino.operator.aggregation.state.KeyValuePairsState
-
Packages that use KeyValuePairsState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of KeyValuePairsState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type KeyValuePairsState Modifier and Type Method Description static 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 KeyValuePairsState Modifier and Type Class Description static classKeyValuePairsStateFactory.GroupedStatestatic classKeyValuePairsStateFactory.SingleStateMethods in io.trino.operator.aggregation.state that return KeyValuePairsState Modifier and Type Method Description KeyValuePairsStateKeyValuePairsStateFactory. createGroupedState()KeyValuePairsStateKeyValuePairsStateFactory. createSingleState()Methods in io.trino.operator.aggregation.state that return types with arguments of type KeyValuePairsState Modifier and Type Method Description Class<? extends KeyValuePairsState>KeyValuePairsStateFactory. getGroupedStateClass()Class<? extends KeyValuePairsState>KeyValuePairsStateFactory. getSingleStateClass()Methods in io.trino.operator.aggregation.state with parameters of type KeyValuePairsState Modifier and Type Method Description voidKeyValuePairStateSerializer. deserialize(Block block, int index, KeyValuePairsState state)voidKeyValuePairStateSerializer. serialize(KeyValuePairsState state, BlockBuilder out)
-