Package io.trino.operator.aggregation
Interface LongLongState
- All Superinterfaces:
AccumulatorState
-
Method Summary
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
getFirst
long getFirst() -
setFirst
void setFirst(long first) -
getSecond
long getSecond() -
setSecond
void setSecond(long second)
-