JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.trino.operator.aggregation.state
LongState
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getValue()
setValue(long)
Interface LongState
All Superinterfaces:
AccumulatorState
public interface
LongState
extends
AccumulatorState
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
getValue
()
void
setValue
(long value)
Methods inherited from interface io.trino.spi.function.
AccumulatorState
copy
,
getEstimatedSize
Method Details
getValue
long
getValue
()
setValue
void
setValue
(long value)