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

Packages that use OutputLimitSpec
net.esper.core   
net.esper.eql.expression   
net.esper.eql.parse   
net.esper.eql.view   
 

Uses of OutputLimitSpec in net.esper.core
 

Constructors in net.esper.core with parameters of type OutputLimitSpec
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 OutputLimitSpec in net.esper.eql.expression
 

Methods in net.esper.eql.expression with parameters of type OutputLimitSpec
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.
 

Uses of OutputLimitSpec in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return OutputLimitSpec
static OutputLimitSpec ASTOutputLimitHelper.buildSpec(antlr.collections.AST node)
          Build an output limit spec from the AST node supplied.
 OutputLimitSpec EQLTreeWalker.getOutputLimitSpec()
          Returns the output limit definition, if any.
 

Uses of OutputLimitSpec in net.esper.eql.view
 

Methods in net.esper.eql.view with parameters of type OutputLimitSpec
static OutputCondition OutputConditionFactory.createCondition(OutputLimitSpec outputLimitSpec, ViewServiceContext viewContext, OutputCallback outputCallback)
          Creates an output condition instance.
 

Constructors in net.esper.eql.view with parameters of type OutputLimitSpec
OutputProcessView(ResultSetProcessor resultSetProcessor, int streamCount, OutputLimitSpec outputLimitSpec, ViewServiceContext viewContext)
          Ctor.