Interface VarianceState
- All Superinterfaces:
AccumulatorState
-
Method Summary
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
getCount
long getCount() -
setCount
void setCount(long value) -
getMean
double getMean() -
setMean
void setMean(double value) -
getM2
double getM2() -
setM2
void setM2(double value) -
update
default void update(double value) -
merge
-