Uses of Class
com.espertech.esper.epl.spec.OrderByItem

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 OrderByProcessorFactory OrderByProcessorFactoryFactory.getProcessor(java.util.List<SelectClauseExprCompiledSpec> selectionList, ExprNode[] groupByNodes, java.util.List<OrderByItem> orderByList, RowLimitSpec rowLimitSpec, VariableService variableService, boolean isSortUsingCollator)
          Returns processor for order-by clauses.
 

Constructor parameters in com.espertech.esper.epl.core with type arguments of type OrderByItem
OrderByProcessorFactoryImpl(java.util.List<OrderByItem> orderByList, ExprNode[] groupByNodes, boolean needsGroupByKeys, boolean isSortUsingCollator)
          Ctor.
 

Uses of OrderByItem in com.espertech.esper.epl.spec
 

Fields in com.espertech.esper.epl.spec declared as OrderByItem
static OrderByItem[] OrderByItem.EMPTY_ORDERBY_ARRAY
           
 

Methods in com.espertech.esper.epl.spec that return OrderByItem
 OrderByItem OrderByItem.copy()
           
 OrderByItem[] StatementSpecCompiled.getOrderByList()
          Returns the list of order-by expression as specified in the ORDER BY clause.
static OrderByItem[] OrderByItem.toArray(java.util.Collection<OrderByItem> expressions)
           
 

Methods in com.espertech.esper.epl.spec that return types with arguments of type OrderByItem
 java.util.List<OrderByItem> StatementSpecRaw.getOrderByList()
          Returns the list of order-by expression as specified in the ORDER BY clause.
 

Method parameters in com.espertech.esper.epl.spec with type arguments of type OrderByItem
static OrderByItem[] OrderByItem.toArray(java.util.Collection<OrderByItem> expressions)
           
 

Constructors in com.espertech.esper.epl.spec with parameters of type OrderByItem
StatementSpecCompiled(OnTriggerDesc onTriggerDesc, CreateWindowDesc createWindowDesc, CreateIndexDesc createIndexDesc, CreateVariableDesc createVariableDesc, CreateSchemaDesc createSchemaDesc, InsertIntoDesc insertIntoDesc, SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum, SelectClauseSpecCompiled selectClauseSpec, StreamSpecCompiled[] streamSpecs, OuterJoinDesc[] outerJoinDescList, ExprNode filterExprRootNode, ExprNode[] groupByExpressions, ExprNode havingExprRootNode, OutputLimitSpec outputLimitSpec, OrderByItem[] orderByList, ExprSubselectNode[] subSelectExpressions, ExprDeclaredNode[] declaredExpressions, java.util.Set<java.lang.String> variableReferences, RowLimitSpec rowLimitSpec, java.lang.String[] eventTypeReferences, java.lang.annotation.Annotation[] annotations, UpdateDesc updateSpec, MatchRecognizeSpec matchRecognizeSpec, ForClauseSpec forClauseSpec, java.util.Map<java.lang.Integer,java.util.List<ExprNode>> sqlParameters, CreateContextDesc contextDesc, java.lang.String optionalContextName, CreateDataFlowDesc createGraphDesc, CreateExpressionDesc createExpressionDesc, FireAndForgetSpec fireAndForgetSpec)
          Ctor.
 


© 2006-2011 EsperTech Inc.
All rights reserved.
Visit us at espertech.com