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