Interface DoubleState
-
- All Superinterfaces:
AccumulatorState
public interface DoubleState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetValue()voidsetValue(double value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
-