Interface CovarianceState
-
- All Superinterfaces:
AccumulatorState
- All Known Subinterfaces:
CorrelationState,RegressionState
public interface CovarianceState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetC2()longgetCount()doublegetMeanX()doublegetMeanY()voidsetC2(double value)voidsetCount(long value)voidsetMeanX(double value)voidsetMeanY(double value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-