public class OdpsCreateTableStatement extends HiveCreateTableStatement
SQLCreateTableStatement.Type| Constructor and Description |
|---|
OdpsCreateTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartitionColumn(SQLColumnDefinition column) |
SQLExpr |
getLifecycle() |
SQLExprTableSource |
getLike() |
List<SQLColumnDefinition> |
getPartitionColumns() |
SQLExpr |
getStoredBy() |
List<SQLExpr> |
getWithSerdeproperties() |
void |
setLifecycle(SQLExpr lifecycle) |
void |
setLike(SQLExprTableSource like) |
void |
setLike(SQLName like) |
void |
setStoredBy(SQLExpr x) |
addSkewedBy, addSkewedByOn, clone, cloneTo, getIntoBuckets, getMappedBy, getMetaLifeCycle, getSerdeProperties, getSkewedBy, getSkewedByOn, getUsing, isLikeQuery, setIntoBuckets, setLikeQuery, setMetaLifeCycle, setUsingaddBodyBeforeComment, addClusteredByItem, addColumn, addColumn, addOption, addSortedByItem, addTblProperty, apply, apply, apply, cloneTo, computeName, containsDuplicateColumnNames, containsDuplicateColumnNames, findColumn, findColumn, findForeignKey, findIndex, findPrimaryKey, findUnique, forEachColumn, foreignKeyToAlterTable, getBodyBeforeCommentsDirect, getBuckets, getCatalog, getChildren, getClusteredBy, getClusteringType, getColumn, getColumnComments, getColumnDefinitions, getColumnNames, getComment, getCompress, getEngine, getInherits, getLocation, getLogging, getName, getOption, getOptionOrTblPropertyValue, getOptionValue, getPartitioning, getPrimaryKeyNames, getRowFormat, getSchema, getSelect, getShards, getSortedBy, getStoredAs, getTableElementList, getTableName, getTableOptions, getTableSource, getTablespace, getTblProperties, getTblProperty, getTblPropertyValue, getType, hasBodyBeforeComment, hashForeignKey, isDimension, isExternal, isIfNotExists, isIgnore, isMUL, isOnCommitPreserveRows, isOnlyPrimaryKey, isPrimaryColumn, isPrimaryColumn, isReferenced, isReferenced, isReplace, isUNI, renameColumn, setBuckets, setClusteringType, setComment, setCompress, setDimension, setEngine, setExternal, setIfNotExiists, setIgnore, setInherits, setLocation, setLogging, setName, setName, setOnCommitPreserveRows, setPartitioning, setReplace, setRowFormat, setSchema, setSelect, setShards, setStoredAs, setTableName, setTableSource, setTablespace, setType, simplify, sort, toStringgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLExprTableSource getLike()
getLike in class SQLCreateTableStatementpublic void setLike(SQLName like)
setLike in class SQLCreateTableStatementpublic void setLike(SQLExprTableSource like)
setLike in class SQLCreateTableStatementpublic List<SQLColumnDefinition> getPartitionColumns()
getPartitionColumns in class SQLCreateTableStatementpublic void addPartitionColumn(SQLColumnDefinition column)
addPartitionColumn in class SQLCreateTableStatementpublic SQLExpr getLifecycle()
public void setLifecycle(SQLExpr lifecycle)
public SQLExpr getStoredBy()
public void setStoredBy(SQLExpr x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.