Interface LongAndDoubleState
- All Superinterfaces:
AccumulatorState
-
Method Summary
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
getLong
long getLong() -
setLong
void setLong(long value) -
getDouble
double getDouble() -
setDouble
void setDouble(double value)
-