|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderByItem | |
---|---|
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. |
com.espertech.esper.epl.spec | 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 OrderByItem in com.espertech.esper.epl.core |
---|
Method parameters in com.espertech.esper.epl.core with type arguments of type OrderByItem | |
---|---|
static OrderByProcessor |
OrderByProcessorFactory.getProcessor(List<SelectClauseExprCompiledSpec> selectionList,
List<ExprNode> groupByNodes,
List<OrderByItem> orderByList,
AggregationService aggregationService,
EventAdapterService eventAdapterService)
Returns processor for order-by clauses. |
Constructor parameters in com.espertech.esper.epl.core with type arguments of type OrderByItem | |
---|---|
OrderByProcessorSimple(List<OrderByItem> orderByList,
List<ExprNode> groupByNodes,
boolean needsGroupByKeys,
AggregationService aggregationService)
Ctor. |
Uses of OrderByItem in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return types with arguments of type OrderByItem | |
---|---|
List<OrderByItem> |
StatementSpecRaw.getOrderByList()
Returns the list of order-by expression as specified in the ORDER BY clause. |
List<OrderByItem> |
StatementSpecCompiled.getOrderByList()
Returns the list of order-by expression as specified in the ORDER BY clause. |
Constructor parameters in com.espertech.esper.epl.spec with type arguments of type OrderByItem | |
---|---|
StatementSpecCompiled(OnTriggerDesc onTriggerDesc,
CreateWindowDesc createWindowDesc,
CreateVariableDesc createVariableDesc,
InsertIntoDesc insertIntoDesc,
SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum,
SelectClauseSpecCompiled selectClauseSpec,
List<StreamSpecCompiled> streamSpecs,
List<OuterJoinDesc> outerJoinDescList,
ExprNode filterExprRootNode,
List<ExprNode> groupByExpressions,
ExprNode havingExprRootNode,
OutputLimitSpec outputLimitSpec,
List<OrderByItem> orderByList,
List<ExprSubselectNode> subSelectExpressions,
boolean hasVariables)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |