Package io.trino.operator.aggregation
Interface DoubleHistogramAggregation.State
-
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
NumericHistogramStateFactory.GroupedState,NumericHistogramStateFactory.SingleState
- Enclosing class:
- DoubleHistogramAggregation
public static interface DoubleHistogramAggregation.State extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NumericHistogramget()voidset(NumericHistogram value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-
-
-
Method Detail
-
get
NumericHistogram get()
-
set
void set(NumericHistogram value)
-
-