public class OdpsSelectQueryBlock extends SQLSelectQueryBlock
| 构造器和说明 |
|---|
OdpsSelectQueryBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
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, getWhere, isParenthesized, setDistionOption, setFrom, setGroupBy, setInto, setInto, setParenthesized, 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()
public void setOrderBy(SQLOrderBy orderBy)
public SQLExpr getDistributeBy()
public void setDistributeBy(SQLExpr distributeBy)
public List<SQLSelectOrderByItem> getSortBy()
public SQLExpr getLimit()
public void setLimit(SQLExpr limit)
public int hashCode()
hashCode 在类中 SQLSelectQueryBlockpublic boolean equals(Object obj)
equals 在类中 SQLSelectQueryBlockpublic void accept0(OdpsASTVisitor visitor)
public String toString()
toString 在类中 SQLObjectImplCopyright © 2013-2015 Alibaba Group. All Rights Reserved.