Package io.trino.operator.aggregation
Interface DoubleHistogramAggregation.State
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
NumericHistogramStateFactory.GroupedState,NumericHistogramStateFactory.SingleState
- Enclosing class:
DoubleHistogramAggregation
-
Method Summary
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
get
NumericHistogram get() -
set
-