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.| Modifier and Type | Class and Description |
|---|---|
static class |
SqlCovarAggFunction.Subtype
Deprecated.
|
kind, MDX_PRECEDENCE, NL| Constructor and Description |
|---|
SqlCovarAggFunction(RelDataType type,
SqlCovarAggFunction.Subtype subtype)
Deprecated.
|
SqlCovarAggFunction(SqlKind kind)
Creates a SqlCovarAggFunction.
|
| Modifier and Type | Method and Description |
|---|---|
SqlCovarAggFunction.Subtype |
getSubtype()
Deprecated.
|
allowsFilter, allowsNullTreatment, getDistinctOptionality, getParameterTypes, getReturnType, getRollup, isAggregator, isPercentile, isQuantifierAllowed, requiresGroupOrder, requiresOrder, requiresOver, unwrap, validateCallderiveType, getFunctionType, getNameAsId, getParamNames, getParamTypes, getSqlIdentifier, getSyntax, unparse, validateQuantifieracceptCall, acceptCall, adjustType, allowsFraming, argumentMustBeScalar, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, createCall, createCall, createCall, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getMonotonicity, getName, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, getStrongPolicyInference, hashCode, inferReturnType, inferReturnType, isDeterministic, isDynamicFunction, isGroup, isGroupAuxiliary, isName, isSymmetrical, leftPrec, not, preValidateCall, requiresDecimalExpansion, reverse, rewriteCall, rightPrec, toString, unparseListClause, unparseListClause, validateOperands, validRexOperandsclone, finalize, getClass, notify, notifyAll, wait, wait, waitmaybeUnwrap, unwrapOrThrowpublic SqlCovarAggFunction(SqlKind kind)
@Deprecated public SqlCovarAggFunction(RelDataType type, SqlCovarAggFunction.Subtype subtype)
@Deprecated public SqlCovarAggFunction.Subtype getSubtype()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.