Package | Description |
---|---|
com.espertech.esper.epl.core |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorAggregateAllOutputAllHelper |
ResultSetProcessorHelperFactoryImpl.makeRSAggregateAllOutputAll(ResultSetProcessorAggregateAll processor,
AgentInstanceContext agentInstanceContext) |
ResultSetProcessorAggregateAllOutputAllHelper |
ResultSetProcessorHelperFactory.makeRSAggregateAllOutputAll(ResultSetProcessorAggregateAll processor,
AgentInstanceContext agentInstanceContext) |
ResultSetProcessorAggregateAllOutputLastHelperImpl |
ResultSetProcessorHelperFactoryImpl.makeRSAggregateAllOutputLast(ResultSetProcessorAggregateAll processor,
AgentInstanceContext agentInstanceContext) |
ResultSetProcessorAggregateAllOutputLastHelper |
ResultSetProcessorHelperFactory.makeRSAggregateAllOutputLast(ResultSetProcessorAggregateAll processor,
AgentInstanceContext agentInstanceContext) |
Constructor and Description |
---|
ResultSetAggregateAllIterator(Iterator<EventBean> sourceIterator,
ResultSetProcessorAggregateAll resultSetProcessor,
ExprEvaluatorContext exprEvaluatorContext)
Ctor.
|
ResultSetProcessorAggregateAllOutputAllHelperImpl(ResultSetProcessorAggregateAll processor) |
ResultSetProcessorAggregateAllOutputLastHelperImpl(ResultSetProcessorAggregateAll processor) |