JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
io.trino.operator.aggregation.state
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)