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.
kind, 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, createCall, createCall, createCall, createCall, deriveType, equals, getAllowedSignatures, getAllowedSignatures, getKind, getLeftPrec, getMonotonicity, getName, getOperandCountRange, getOperandTypeChecker, getOperandTypeInference, getReturnTypeInference, getRightPrec, getSignatureTemplate, hashCode, inferReturnType, inferReturnType, isAggregator, isDeterministic, isDynamicFunction, isName, leftPrec, preValidateCall, requiresDecimalExpansion, requiresOrder, rewriteCall, rightPrec, toString, unparseListClause, unparseListClause, validateCall, validateOperands, validRexOperandspublic SqlCollectionTableOperator(String name, SqlModality modality)
public SqlModality getModality()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.