|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderByProcessorFactory | |
---|---|
com.espertech.esper.epl.core | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of OrderByProcessorFactory in com.espertech.esper.epl.core |
---|
Classes in com.espertech.esper.epl.core that implement OrderByProcessorFactory | |
---|---|
class |
OrderByProcessorFactoryImpl
An order-by processor that sorts events according to the expressions in the order_by clause. |
class |
OrderByProcessorOrderedLimitFactory
Sorter and row limiter in one: sorts using a sorter and row limits |
class |
OrderByProcessorRowLimitOnlyFactory
An order-by processor that sorts events according to the expressions in the order_by clause. |
Methods in com.espertech.esper.epl.core that return OrderByProcessorFactory | |
---|---|
OrderByProcessorFactory |
ResultSetProcessorFactoryDesc.getOrderByProcessorFactory()
|
static OrderByProcessorFactory |
OrderByProcessorFactoryFactory.getProcessor(java.util.List<SelectClauseExprCompiledSpec> selectionList,
ExprNode[] groupByNodes,
java.util.List<OrderByItem> orderByList,
RowLimitSpec rowLimitSpec,
VariableService variableService,
boolean isSortUsingCollator,
java.lang.String optionalContextName)
Returns processor for order-by clauses. |
Constructors in com.espertech.esper.epl.core with parameters of type OrderByProcessorFactory | |
---|---|
ResultSetProcessorFactoryDesc(ResultSetProcessorFactory resultSetProcessorFactory,
OrderByProcessorFactory orderByProcessorFactory,
AggregationServiceFactoryDesc aggregationServiceFactoryDesc)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |