public class SQLAlterTableMergePartition extends SQLObjectImpl implements SQLAlterTableItem
| Constructor and Description |
|---|
SQLAlterTableMergePartition() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPartition(SQLPartitionSpec x) |
SQLPartitionSpec |
getOverwritePartition() |
List<SQLPartitionSpec> |
getPartitions() |
boolean |
isIfExists() |
void |
setIfExists(boolean ifExists) |
void |
setOverwritePartition(SQLPartitionSpec x) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic List<SQLPartitionSpec> getPartitions()
public void addPartition(SQLPartitionSpec x)
public boolean isIfExists()
public void setIfExists(boolean ifExists)
public SQLPartitionSpec getOverwritePartition()
public void setOverwritePartition(SQLPartitionSpec x)
Copyright © 2013–2021 Alibaba Group. All rights reserved.