Interface CentralMomentsState
-
- All Superinterfaces:
AccumulatorState
public interface CentralMomentsState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()doublegetM1()doublegetM2()doublegetM3()doublegetM4()voidsetCount(long value)voidsetM1(double value)voidsetM2(double value)voidsetM3(double value)voidsetM4(double value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
-