Package org.apache.calcite.sql.validate
Class SqlWithItemTableRef
java.lang.Object
org.apache.calcite.sql.SqlNode
org.apache.calcite.sql.SqlCall
org.apache.calcite.sql.SqlTableRef
org.apache.calcite.sql.validate.SqlWithItemTableRef
- All Implemented Interfaces:
- Cloneable
A 
SqlWithItemTableRef is a node created during validation for
 recursive queries which represents a table reference in a WITH RECURSIVE clause.- 
Field SummaryFields inherited from class org.apache.calcite.sql.SqlNodeEMPTY_ARRAY, pos
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.calcite.sql.SqlTableRefgetOperandList, unparseMethods inherited from class org.apache.calcite.sql.SqlCallaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validateMethods inherited from class org.apache.calcite.sql.SqlNodeclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr
- 
Constructor Details- 
SqlWithItemTableRef
 
- 
- 
Method Details- 
getOperator- Overrides:
- getOperatorin class- SqlTableRef
 
- 
getWithItem
 
-