public class SqlLeadLagAggFunction extends SqlAggFunction
LEAD and LAG aggregate functions
return the value of given expression evaluated at given offset.| Modifier and Type | Field and Description |
|---|---|
private static SqlSingleOperandTypeChecker |
OPERAND_TYPES |
private static SqlReturnTypeInference |
RETURN_TYPE |
kind, MDX_PRECEDENCE, NL| Constructor and Description |
|---|
SqlLeadLagAggFunction(boolean isLead)
Deprecated.
|
SqlLeadLagAggFunction(SqlKind kind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsFraming()
Returns whether this is a window function that allows framing (i.e.
|
allowsFilter, getParameterTypes, getReturnType, isAggregator, isQuantifierAllowed, requiresOrder, requiresOver, unwrap, validateCallderiveType, getFunctionType, getNameAsId, getParamNames, getParamTypes, getSqlIdentifier, getSyntax, unparse, validateQuantifieracceptCall, acceptCall, adjustType, argumentMustBeScalar, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getMonotonicity, getName, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, hashCode, inferReturnType, inferReturnType, isDeterministic, isDynamicFunction, isGroup, isGroupAuxiliary, isName, leftPrec, preValidateCall, requiresDecimalExpansion, rewriteCall, rightPrec, toString, unparseListClause, unparseListClause, validateOperands, validRexOperandsprivate static final SqlSingleOperandTypeChecker OPERAND_TYPES
private static final SqlReturnTypeInference RETURN_TYPE
public SqlLeadLagAggFunction(SqlKind kind)
@Deprecated public SqlLeadLagAggFunction(boolean isLead)
public boolean allowsFraming()
SqlOperatorallowsFraming in class SqlOperatorCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.