public class SqlQuantifyOperator extends SqlInOperator
ALL and SOMEoperators.
Each is used in combination with a relational operator:
<, ≤,
>, ≥,
=, <>.
ANY is a synonym for SOME.
| Modifier and Type | Field and Description |
|---|---|
SqlKind |
comparisonKind |
kind, MDX_PRECEDENCE, NL| Constructor and Description |
|---|
SqlQuantifyOperator(SqlKind kind,
SqlKind comparisonKind)
Creates a SqlQuantifyOperator.
|
argumentMustBeScalar, deriveType, isNotIn, validRexOperandsadjustType, getMonotonicity, getSignatureTemplate, getSyntaxacceptCall, acceptCall, allowsFraming, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getName, getNameAsId, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, hashCode, inferReturnType, inferReturnType, isAggregator, isDeterministic, isDynamicFunction, isGroup, isGroupAuxiliary, isName, leftPrec, preValidateCall, requiresDecimalExpansion, requiresOrder, requiresOver, rewriteCall, rightPrec, toString, unparse, unparseListClause, unparseListClause, validateCall, validateOperandsCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.