Uses of Class
net.esper.eql.expression.SelectExprElement

Packages that use SelectExprElement
net.esper.core   
net.esper.eql.expression   
 

Uses of SelectExprElement in net.esper.core
 

Constructor parameters in net.esper.core with type arguments of type SelectExprElement
EPEQLStmtStartMethod(java.util.List<SelectExprElement> selectionList, java.util.List<StreamSpec> streams, java.util.List<OuterJoinDesc> outerJoinDescList, ExprNode optionalFilterNode, java.util.List<ExprNode> groupByNodes, ExprNode optionalHavingNode, OutputLimitSpec optionalOutputLimitViewSpecs, java.lang.String eqlStatement, EPServicesContext services)
          Ctor.
 

Uses of SelectExprElement in net.esper.eql.expression
 

Method parameters in net.esper.eql.expression with type arguments of type SelectExprElement
static ResultSetProcessor ResultSetProcessorFactory.getProcessor(java.util.List<SelectExprElement> selectionList, java.util.List<ExprNode> groupByNodes, ExprNode optionalHavingNode, StreamTypeService typeService, OutputLimitSpec outputLimitSpec)
          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.
static SelectExprProcessor SelectExprProcessorFactory.getProcessor(java.util.List<SelectExprElement> selectionList, StreamTypeService typeService)
          Returns the processor to use for a given select-clause.
static void SelectExprElement.verifyNameUniqueness(java.util.List<SelectExprElement> selectionList)
          Verify that each given name occurs exactly one.
 

Constructor parameters in net.esper.eql.expression with type arguments of type SelectExprElement
SelectExprEvalProcessor(java.util.List<SelectExprElement> selectionList)
          Ctor.