public class SqlNthValueAggFunction extends SqlAggFunction
NTH_VALUE windowed aggregate function
returns the value of an expression evaluated at the nth row of the
window frame.kind, MDX_PRECEDENCE, NL| Constructor and Description |
|---|
SqlNthValueAggFunction(SqlKind kind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsNullTreatment()
Returns whether this aggregate function allows specifying null treatment
(
RESPECT NULLS or IGNORE NULLS). |
allowsFilter, 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 SqlNthValueAggFunction(SqlKind kind)
public boolean allowsNullTreatment()
SqlAggFunctionRESPECT NULLS or IGNORE NULLS).allowsNullTreatment in class SqlAggFunctionCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.