Class SqlShowCreate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.calcite.sql.SqlIdentifier sqlIdentifier  
      • Fields inherited from class org.apache.calcite.sql.SqlNode

        EMPTY_ARRAY, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlShowCreate​(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier sqlIdentifier)  
    • Method Summary

      • Methods inherited from class org.apache.calcite.sql.SqlCall

        accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, getOperandList, getOperator, isCountStar, isExpanded, operand, operandCount, setOperand, unparse, validate
      • Methods inherited from class org.apache.calcite.sql.SqlNode

        clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr
    • Field Detail

      • sqlIdentifier

        protected final org.apache.calcite.sql.SqlIdentifier sqlIdentifier
    • Constructor Detail

      • SqlShowCreate

        public SqlShowCreate​(org.apache.calcite.sql.parser.SqlParserPos pos,
                             org.apache.calcite.sql.SqlIdentifier sqlIdentifier)