public class OdpsSelectQueryBlock extends SQLSelectQueryBlock
| Constructor and Description |
|---|
OdpsSelectQueryBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OdpsASTVisitor visitor) |
boolean |
equals(Object obj) |
List<SQLExpr> |
getDistributeBy() |
List<SQLHint> |
getHints() |
List<SQLHint> |
getHintsDirect() |
SQLOrderBy |
getOrderBy() |
List<SQLSelectOrderByItem> |
getSortBy() |
int |
hashCode() |
void |
setHints(List<SQLHint> hints) |
void |
setOrderBy(SQLOrderBy orderBy) |
String |
toString() |
addSelectItem, getDistionOption, getFirst, getFrom, getGroupBy, getInto, getLimit, getOffset, getSelectList, getWaitTime, getWhere, isForUpdate, isNoWait, isParenthesized, setDistionOption, setFirst, setForUpdate, setFrom, setGroupBy, setInto, setInto, setLimit, setNoWait, setOffset, 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 List<SQLSelectOrderByItem> getSortBy()
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–2017 Alibaba Group. All rights reserved.