Class SqlCovarAggFunction

All Implemented Interfaces:
Context, Wrapper

public class SqlCovarAggFunction extends SqlAggFunction
Covar is an aggregator which returns the Covariance of the values which go into it. It has precisely two arguments of numeric type (int, long, float, double), and the result is the same type.