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, NLargumentMustBeScalar, deriveType, isNotIn, not, validRexOperandsadjustType, getMonotonicity, getSignatureTemplate, getSyntax, reverseacceptCall, acceptCall, allowsFraming, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, createCall, createCall, createCall, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getName, getNameAsId, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getStrongPolicyInference, hashCode, inferReturnType, inferReturnType, isAggregator, isDeterministic, isDynamicFunction, isGroup, isGroupAuxiliary, isName, isSymmetrical, leftPrec, preValidateCall, requiresDecimalExpansion, requiresOrder, requiresOver, rewriteCall, rightPrec, toString, unparse, unparseListClause, unparseListClause, validateCall, validateOperandspublic final SqlKind comparisonKind
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.