public class SqlCreateExternalTable
extends org.apache.calcite.sql.SqlCreate
implements org.apache.calcite.sql.SqlExecutableStatement
CREATE EXTERNAL TABLE statement.| Constructor and Description | 
|---|
| SqlCreateExternalTable(org.apache.calcite.sql.parser.SqlParserPos pos,
                      boolean replace,
                      boolean ifNotExists,
                      org.apache.calcite.sql.SqlIdentifier name,
                      java.util.List<Schema.Field> columnList,
                      org.apache.calcite.sql.SqlNode type,
                      org.apache.calcite.sql.SqlNode comment,
                      org.apache.calcite.sql.SqlNode location,
                      org.apache.calcite.sql.SqlNode tblProperties)Creates a SqlCreateExternalTable. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(org.apache.calcite.jdbc.CalcitePrepare.Context context) | 
| java.util.List<org.apache.calcite.sql.SqlNode> | getOperandList() | 
| void | unparse(org.apache.calcite.sql.SqlWriter writer,
       int leftPrec,
       int rightPrec) | 
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlCreateExternalTable(org.apache.calcite.sql.parser.SqlParserPos pos,
                              boolean replace,
                              boolean ifNotExists,
                              org.apache.calcite.sql.SqlIdentifier name,
                              java.util.List<Schema.Field> columnList,
                              org.apache.calcite.sql.SqlNode type,
                              org.apache.calcite.sql.SqlNode comment,
                              org.apache.calcite.sql.SqlNode location,
                              org.apache.calcite.sql.SqlNode tblProperties)
public java.util.List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList in class org.apache.calcite.sql.SqlCallpublic void unparse(org.apache.calcite.sql.SqlWriter writer,
                    int leftPrec,
                    int rightPrec)
unparse in class org.apache.calcite.sql.SqlCallpublic void execute(org.apache.calcite.jdbc.CalcitePrepare.Context context)
execute in interface org.apache.calcite.sql.SqlExecutableStatement