Interface VarianceState
-
- All Superinterfaces:
AccumulatorState
public interface VarianceState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()doublegetM2()doublegetMean()voidsetCount(long value)voidsetM2(double value)voidsetMean(double value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
-