public class SqlCoalesceFunction extends SqlFunction
COALESCE function.kind, MDX_PRECEDENCE, NL| Constructor and Description |
|---|
SqlCoalesceFunction() |
| Modifier and Type | Method and Description |
|---|---|
SqlNode |
rewriteCall(SqlValidator validator,
SqlCall call)
Rewrites a call to this operator.
|
deriveType, getFunctionType, getNameAsId, getParamTypes, getSqlIdentifier, getSyntax, isQuantifierAllowed, unparse, validateCall, validateQuantifieracceptCall, acceptCall, adjustType, allowsFraming, argumentMustBeScalar, checkOperandCount, checkOperandTypes, createCall, createCall, createCall, createCall, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getName, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, hashCode, inferReturnType, inferReturnType, isAggregator, isDeterministic, isDynamicFunction, isName, leftPrec, preValidateCall, requiresDecimalExpansion, requiresOrder, rightPrec, toString, unparseListClause, unparseListClause, validateOperands, validRexOperandspublic SqlNode rewriteCall(SqlValidator validator, SqlCall call)
SqlOperatorrewriteCall in class SqlOperatorvalidator - Validatorcall - Call to be rewrittenCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.