public class SqlCollectionTableOperator extends SqlFunctionalOperator
SELECT * FROM
TABLE(ramp(5))".
This operator has function syntax (with one argument), whereas
SqlStdOperatorTable.EXPLICIT_TABLE is a prefix operator.
SqlSpecialOperator.ReduceResult, SqlSpecialOperator.TokenSequencekind, MDX_PRECEDENCE, NL| Constructor and Description |
|---|
SqlCollectionTableOperator(String name,
SqlModality modality) |
| Modifier and Type | Method and Description |
|---|---|
SqlModality |
getModality() |
unparsegetSyntax, reduceExpracceptCall, acceptCall, adjustType, allowsFraming, argumentMustBeScalar, checkOperandCount, checkOperandTypes, constructArgNameList, constructArgTypeList, constructOperandList, createCall, createCall, createCall, createCall, createCall, createCall, createCall, deriveType, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getMonotonicity, getName, getNameAsId, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, getStrongPolicyInference, hashCode, inferReturnType, inferReturnType, isAggregator, isDeterministic, isDynamicFunction, isGroup, isGroupAuxiliary, isName, isSymmetrical, leftPrec, not, preValidateCall, requiresDecimalExpansion, requiresOrder, requiresOver, reverse, rewriteCall, rightPrec, toString, unparseListClause, unparseListClause, validateCall, validateOperands, validRexOperandspublic SqlCollectionTableOperator(String name, SqlModality modality)
public SqlModality getModality()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.