Uses of Class
io.trino.operator.aggregation.KeyValuePairs
-
Packages that use KeyValuePairs Package Description io.trino.operator.aggregation.state -
-
Uses of KeyValuePairs in io.trino.operator.aggregation.state
Methods in io.trino.operator.aggregation.state that return KeyValuePairs Modifier and Type Method Description KeyValuePairsKeyValuePairsState. get()KeyValuePairsKeyValuePairsStateFactory.GroupedState. get()KeyValuePairsKeyValuePairsStateFactory.SingleState. get()Methods in io.trino.operator.aggregation.state with parameters of type KeyValuePairs Modifier and Type Method Description voidKeyValuePairsState. set(KeyValuePairs value)voidKeyValuePairsStateFactory.GroupedState. set(KeyValuePairs value)voidKeyValuePairsStateFactory.SingleState. set(KeyValuePairs value)
-