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

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

Method parameters in net.esper.eql.core with type arguments of type SelectExprElementUnnamedSpec
static ResultSetProcessor ResultSetProcessorFactory.getProcessor(java.util.List<SelectExprElementUnnamedSpec> selectionList, InsertIntoDesc insertIntoDesc, java.util.List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec outputLimitSpec, java.util.List<Pair<ExprNode,java.lang.Boolean>> orderByList, StreamTypeService typeService, EventAdapterService eventAdapterService, AutoImportService autoImportService)
          Returns the result set process for the given select expression, group-by clause and having clause given a set of types describing each stream in the from-clause.
 

Uses of SelectExprElementUnnamedSpec in net.esper.eql.spec
 

Methods in net.esper.eql.spec that return types with arguments of type SelectExprElementUnnamedSpec
 java.util.List<SelectExprElementUnnamedSpec> StatementSpec.getSelectListExpressions()
          Returns SELECT-clause list of expressions.