Interface KeyValuePairsState
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
KeyValuePairsStateFactory.GroupedState,KeyValuePairsStateFactory.SingleState
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddMemoryUsage(long memory) get()voidset(KeyValuePairs value) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
get
KeyValuePairs get() -
set
-
addMemoryUsage
void addMemoryUsage(long memory) -
getKeyType
Type getKeyType() -
getValueType
Type getValueType()
-