Uses of Class
net.esper.eql.spec.SelectExprElementNamedSpec

Packages that use SelectExprElementNamedSpec
net.esper.eql.core Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. 
 

Uses of SelectExprElementNamedSpec in net.esper.eql.core
 

Method parameters in net.esper.eql.core with type arguments of type SelectExprElementNamedSpec
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(List<SelectExprElementNamedSpec> selectionList, InsertIntoDesc insertIntoDesc, StreamTypeService typeService, EventAdapterService eventAdapterService)
          Returns the processor to use for a given select-clause.
static OrderByProcessor OrderByProcessorFactory.getProcessor(List<SelectExprElementNamedSpec> selectionList, List<ExprNode> groupByNodes, List<Pair<ExprNode,Boolean>> orderByList, AggregationService aggregationService, EventAdapterService eventAdapterService)
          Returns processor for order-by clauses.
protected static void SelectExprProcessorFactory.verifyNameUniqueness(List<SelectExprElementNamedSpec> selectionList)
          Verify that each given name occurs exactly one.
 

Constructor parameters in net.esper.eql.core with type arguments of type SelectExprElementNamedSpec
SelectExprEvalProcessor(List<SelectExprElementNamedSpec> selectionList, InsertIntoDesc insertIntoDesc, EventAdapterService eventAdapterService)
          Ctor.