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, setWhere
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLOrderBy getOrderBy()
getOrderBy
in class SQLSelectQueryBlock
public void setOrderBy(SQLOrderBy orderBy)
setOrderBy
in class SQLSelectQueryBlock
public List<SQLSelectOrderByItem> getSortBy()
public int hashCode()
hashCode
in class SQLSelectQueryBlock
public boolean equals(Object obj)
equals
in class SQLSelectQueryBlock
public void accept0(OdpsASTVisitor visitor)
public String toString()
toString
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.