public class SqlBabelCreateTable
extends org.apache.calcite.sql.ddl.SqlCreateTable
CREATE TABLE statement, with extensions for particular
SQL dialects supported by Babel.| Constructor and Description |
|---|
SqlBabelCreateTable(org.apache.calcite.sql.parser.SqlParserPos pos,
boolean replace,
TableCollectionType tableCollectionType,
boolean volatile_,
boolean ifNotExists,
org.apache.calcite.sql.SqlIdentifier name,
org.apache.calcite.sql.SqlNodeList columnList,
org.apache.calcite.sql.SqlNode query)
Creates a SqlBabelCreateTable.
|
| Modifier and Type | Method and Description |
|---|---|
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 SqlBabelCreateTable(org.apache.calcite.sql.parser.SqlParserPos pos,
boolean replace,
TableCollectionType tableCollectionType,
boolean volatile_,
boolean ifNotExists,
org.apache.calcite.sql.SqlIdentifier name,
org.apache.calcite.sql.SqlNodeList columnList,
org.apache.calcite.sql.SqlNode query)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.