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

Packages that use SelectExprElementCompiledSpec
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 SelectExprElementCompiledSpec in net.esper.eql.core
 

Method parameters in net.esper.eql.core with type arguments of type SelectExprElementCompiledSpec
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(List<SelectExprElementCompiledSpec> selectionList, boolean isUsingWildcard, InsertIntoDesc insertIntoDesc, StreamTypeService typeService, EventAdapterService eventAdapterService)
          Returns the processor to use for a given select-clause.
static OrderByProcessor OrderByProcessorFactory.getProcessor(List<SelectExprElementCompiledSpec> 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<SelectExprElementCompiledSpec> selectionList)
          Verify that each given name occurs exactly one.
 

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