Interface LongAndDoubleState
-
- All Superinterfaces:
AccumulatorState
public interface LongAndDoubleState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDouble()longgetLong()voidsetDouble(double value)voidsetLong(long value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-