Class SqlCreateExternalTable

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class SqlCreateExternalTable
    extends org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlCreate
    Parse tree for CREATE EXTERNAL TABLE statement.
    • 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
      SqlCreateExternalTable​(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.SqlIdentifier name, java.util.List<org.apache.beam.sdk.schemas.Schema.Field> columnList, 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 partitionFields, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode comment, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode location, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode tblProperties)
      Creates a SqlCreateExternalTable.
    • 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

      • SqlCreateExternalTable

        public SqlCreateExternalTable​(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.SqlIdentifier name,
                                      java.util.List<org.apache.beam.sdk.schemas.Schema.Field> columnList,
                                      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 partitionFields,
                                      org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode comment,
                                      org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode location,
                                      org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode tblProperties)
        Creates a SqlCreateExternalTable.
    • 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)