Interface KeyValuePairsState
-
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
KeyValuePairsStateFactory.GroupedState,KeyValuePairsStateFactory.SingleState
public interface KeyValuePairsState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMemoryUsage(long memory)KeyValuePairsget()TypegetKeyType()TypegetValueType()voidset(KeyValuePairs value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
-
-
-
Method Detail
-
get
KeyValuePairs get()
-
set
void set(KeyValuePairs value)
-
addMemoryUsage
void addMemoryUsage(long memory)
-
getKeyType
Type getKeyType()
-
getValueType
Type getValueType()
-
-