Class SqlCreateCatalog

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class SqlCreateCatalog
    extends org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlCreate
    • Field Summary

      • Fields inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlCreate

        ifNotExists
      • Fields inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlDdl

        DDL_OPERATOR
      • Fields inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode

        EMPTY_ARRAY, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlCreateCatalog​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.parser.SqlParserPos pos, boolean replace, boolean ifNotExists, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode catalogName, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode type, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNodeList properties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)  
      java.util.List<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode> getOperandList()  
      void unparse​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)  
      • Methods inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlCreate

        getReplace, setReplace
      • Methods inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlDdl

        getOperator
      • Methods inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlCall

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

        clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SqlCreateCatalog

        public SqlCreateCatalog​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.parser.SqlParserPos pos,
                                boolean replace,
                                boolean ifNotExists,
                                org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode catalogName,
                                org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode type,
                                org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNodeList properties)
    • Method Detail

      • getOperandList

        public java.util.List<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode> getOperandList()
        Specified by:
        getOperandList in class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlCall
      • unparse

        public void unparse​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlWriter writer,
                            int leftPrec,
                            int rightPrec)
        Overrides:
        unparse in class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlCall
      • execute

        public void execute​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)