public class SQLOptimizeStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLOptimizeStatement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTableSource(SQLExprTableSource tableSource) |
SQLName |
getCluster() |
SQLExpr |
getDeduplicateBy() |
List<SQLExprTableSource> |
getTableSources() |
boolean |
isDeduplicate() |
boolean |
isFinal() |
void |
setCluster(SQLName cluster) |
void |
setDeduplicate(boolean deduplicate) |
void |
setDeduplicateBy(SQLExpr deduplicateBy) |
void |
setFinal(boolean isFinal) |
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, 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, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic boolean isFinal()
public void setFinal(boolean isFinal)
public boolean isDeduplicate()
public void setDeduplicate(boolean deduplicate)
public SQLExpr getDeduplicateBy()
public void setDeduplicateBy(SQLExpr deduplicateBy)
public List<SQLExprTableSource> getTableSources()
public void addTableSource(SQLExprTableSource tableSource)
public SQLName getCluster()
public void setCluster(SQLName cluster)
Copyright © 2013–2022 Alibaba Group. All rights reserved.