Class SqlCreateModel

    • Field Summary

      • Fields inherited from class org.apache.calcite.sql.SqlCreate

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

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

        EMPTY_ARRAY, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlCreateModel​(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier modelName, org.apache.calcite.sql.SqlCharStringLiteral comment, org.apache.calcite.sql.SqlNodeList inputColumnList, org.apache.calcite.sql.SqlNodeList outputColumnList, org.apache.calcite.sql.SqlNodeList propertyList, boolean isTemporary, boolean ifNotExists)  
    • Constructor Detail

      • SqlCreateModel

        public SqlCreateModel​(org.apache.calcite.sql.parser.SqlParserPos pos,
                              org.apache.calcite.sql.SqlIdentifier modelName,
                              org.apache.calcite.sql.SqlCharStringLiteral comment,
                              org.apache.calcite.sql.SqlNodeList inputColumnList,
                              org.apache.calcite.sql.SqlNodeList outputColumnList,
                              org.apache.calcite.sql.SqlNodeList propertyList,
                              boolean isTemporary,
                              boolean ifNotExists)
    • Method Detail

      • getOperandList

        @Nonnull
        public List<org.apache.calcite.sql.SqlNode> getOperandList()
        Specified by:
        getOperandList in class org.apache.calcite.sql.SqlCall
      • getInputColumnList

        public org.apache.calcite.sql.SqlNodeList getInputColumnList()
      • getOutputColumnList

        public org.apache.calcite.sql.SqlNodeList getOutputColumnList()
      • unparse

        public void unparse​(org.apache.calcite.sql.SqlWriter writer,
                            int leftPrec,
                            int rightPrec)
        Overrides:
        unparse in class SqlCreateObject