public class SqlHistogramAggFunction extends SqlAggFunction
HISTOGRAM is the base operator that supports the Histogram
MIN/MAX aggregate functions. It returns the sum of the values which go
into it. It has precisely one argument of numeric type (int,
long, float, double); results are
retrieved using (HistogramMin) and (HistogramMax).kind, MDX_PRECEDENCE, NL| Constructor and Description |
|---|
SqlHistogramAggFunction(RelDataType type) |
| Modifier and Type | Method and Description |
|---|---|
List<RelDataType> |
getParameterTypes(RelDataTypeFactory typeFactory) |
RelDataType |
getReturnType(RelDataTypeFactory typeFactory) |
RelDataType |
getType()
Deprecated.
|
allowsFilter, allowsNullTreatment, getDistinctOptionality, 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 SqlHistogramAggFunction(RelDataType type)
public List<RelDataType> getParameterTypes(RelDataTypeFactory typeFactory)
getParameterTypes in class SqlAggFunction@Deprecated public RelDataType getType()
public RelDataType getReturnType(RelDataTypeFactory typeFactory)
getReturnType in class SqlAggFunctionCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.