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.
|
com.espertech.esper.epl.view |
Internal processing views for output rate limiting, filtering and internal event routing
|
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorType |
ResultSetProcessorSimpleFactory.getResultSetProcessorType() |
ResultSetProcessorType |
ResultSetProcessorRowPerGroupRollupFactory.getResultSetProcessorType() |
ResultSetProcessorType |
ResultSetProcessorRowPerGroupFactory.getResultSetProcessorType() |
ResultSetProcessorType |
ResultSetProcessorRowForAllFactory.getResultSetProcessorType() |
ResultSetProcessorType |
ResultSetProcessorHandThroughFactory.getResultSetProcessorType() |
ResultSetProcessorType |
ResultSetProcessorFactory.getResultSetProcessorType()
Returns the type of result set processor.
|
ResultSetProcessorType |
ResultSetProcessorAggregateGroupedFactory.getResultSetProcessorType() |
ResultSetProcessorType |
ResultSetProcessorAggregateAllFactory.getResultSetProcessorType() |
static ResultSetProcessorType |
ResultSetProcessorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultSetProcessorType[] |
ResultSetProcessorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OutputProcessViewFactory |
OutputProcessViewFactoryFactory.make(StatementSpecCompiled statementSpec,
InternalEventRouter internalEventRouter,
StatementContext statementContext,
EventType resultEventType,
OutputProcessViewCallback optionalOutputProcessViewCallback,
TableService tableService,
ResultSetProcessorType resultSetProcessorType,
ResultSetProcessorHelperFactory resultSetProcessorHelperFactory,
StatementVariableRef statementVariableRef) |