Interface CorrelationState
-
- All Superinterfaces:
AccumulatorState,CovarianceState
public interface CorrelationState extends CovarianceState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetM2X()doublegetM2Y()voidsetM2X(double value)voidsetM2Y(double value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
-