public class OdpsSelectQueryBlock extends SQLSelectQueryBlock
| Constructor and Description |
|---|
OdpsSelectQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OdpsASTVisitor visitor) |
boolean |
equals(Object obj) |
SQLExpr |
getDistributeBy() |
List<SQLHint> |
getHints() |
List<SQLHint> |
getHintsDirect() |
SQLExpr |
getLimit() |
SQLOrderBy |
getOrderBy() |
List<SQLSelectOrderByItem> |
getSortBy() |
int |
hashCode() |
void |
setDistributeBy(SQLExpr distributeBy) |
void |
setHints(List<SQLHint> hints) |
void |
setLimit(SQLExpr limit) |
void |
setOrderBy(SQLOrderBy orderBy) |
String |
toString() |
addSelectItem, getDistionOption, getFrom, getGroupBy, getInto, getSelectList, getWaitTime, getWhere, isForUpdate, isNoWait, isParenthesized, setDistionOption, setForUpdate, setFrom, setGroupBy, setInto, setInto, setNoWait, setParenthesized, setWaitTime, setWhereaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLOrderBy getOrderBy()
getOrderBy in class SQLSelectQueryBlockpublic void setOrderBy(SQLOrderBy orderBy)
setOrderBy in class SQLSelectQueryBlockpublic SQLExpr getDistributeBy()
public void setDistributeBy(SQLExpr distributeBy)
public List<SQLSelectOrderByItem> getSortBy()
public SQLExpr getLimit()
public void setLimit(SQLExpr limit)
public int hashCode()
hashCode in class SQLSelectQueryBlockpublic boolean equals(Object obj)
equals in class SQLSelectQueryBlockpublic void accept0(OdpsASTVisitor visitor)
public String toString()
toString in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.