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