public class SQLAnalyzeTableStatement extends SQLStatementImpl
| Constructor and Description |
|---|
SQLAnalyzeTableStatement() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLIdentifierExpr> |
getAdbColumns() |
List<SQLIdentifierExpr> |
getAdbColumnsGroup() |
SQLIdentifierExpr |
getAdbSchema() |
SQLExpr |
getAdbWhere() |
List<SQLName> |
getColumns() |
SQLPartitionRef |
getPartition() |
SQLExprTableSource |
getTable() |
List<SQLExprTableSource> |
getTables() |
boolean |
isCacheMetadata() |
boolean |
isComputeStatistics() |
boolean |
isForColums() |
boolean |
isNoscan() |
void |
setAdbColumns(List<SQLIdentifierExpr> adbColumns) |
void |
setAdbColumnsGroup(List<SQLIdentifierExpr> adbColumnsGroup) |
void |
setAdbSchema(SQLIdentifierExpr adbSchema) |
void |
setAdbWhere(SQLExpr adbWhere) |
void |
setCacheMetadata(boolean cacheMetadata) |
void |
setComputeStatistics(boolean computeStatistics) |
void |
setForColums(boolean forColums) |
void |
setNoscan(boolean noscan) |
void |
setPartition(SQLPartitionRef x) |
void |
setTable(SQLExprTableSource table) |
void |
setTable(SQLName table) |
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 List<SQLExprTableSource> getTables()
public SQLExprTableSource getTable()
public void setTable(SQLExprTableSource table)
public SQLIdentifierExpr getAdbSchema()
public void setAdbSchema(SQLIdentifierExpr adbSchema)
public List<SQLIdentifierExpr> getAdbColumns()
public void setAdbColumns(List<SQLIdentifierExpr> adbColumns)
public List<SQLIdentifierExpr> getAdbColumnsGroup()
public void setAdbColumnsGroup(List<SQLIdentifierExpr> adbColumnsGroup)
public SQLExpr getAdbWhere()
public void setAdbWhere(SQLExpr adbWhere)
public void setTable(SQLName table)
public SQLPartitionRef getPartition()
public void setPartition(SQLPartitionRef x)
public boolean isForColums()
public void setForColums(boolean forColums)
public boolean isCacheMetadata()
public void setCacheMetadata(boolean cacheMetadata)
public boolean isNoscan()
public void setNoscan(boolean noscan)
public boolean isComputeStatistics()
public void setComputeStatistics(boolean computeStatistics)
Copyright © 2013–2022 Alibaba Group. All rights reserved.