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