Interface ArrayAggregationState
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
GroupArrayAggregationState,SingleArrayAggregationState
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ValueBlock block, int position) booleanisEmpty()default voidmerge(ArrayAggregationState otherState) voidwriteAll(BlockBuilder blockBuilder) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
add
-
writeAll
-
isEmpty
boolean isEmpty() -
merge
-