|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.OrderByItem
public class OrderByItem
Specification object to an element in the order-by expression.
Field Summary | |
---|---|
static OrderByItem[] |
EMPTY_ORDERBY_ARRAY
|
Constructor Summary | |
---|---|
OrderByItem(ExprNode exprNode,
boolean ascending)
Ctor. |
Method Summary | |
---|---|
OrderByItem |
copy()
|
ExprNode |
getExprNode()
Returns the order-by expression node. |
boolean |
isDescending()
Returns true for ascending, false for descending. |
static OrderByItem[] |
toArray(java.util.Collection<OrderByItem> expressions)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OrderByItem[] EMPTY_ORDERBY_ARRAY
Constructor Detail |
---|
public OrderByItem(ExprNode exprNode, boolean ascending)
exprNode
- is the order-by expression nodeascending
- is true for ascending, or false for descending sortMethod Detail |
---|
public ExprNode getExprNode()
public boolean isDescending()
public OrderByItem copy()
public static OrderByItem[] toArray(java.util.Collection<OrderByItem> expressions)
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |