Package | Description |
---|---|
com.espertech.esper.epl.core.resultset.core |
Result set processor Core classes
|
com.espertech.esper.epl.view |
Internal processing views for output rate limiting, filtering and internal event routing
|
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorType |
ResultSetProcessorFactoryDesc.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.
|
Constructor and Description |
---|
ResultSetProcessorFactoryDesc(ResultSetProcessorFactory resultSetProcessorFactory,
ResultSetProcessorType resultSetProcessorType,
boolean hasAggregation,
EventType resultEventType,
OrderByProcessorFactory orderByProcessorFactory,
AggregationServiceFactoryDesc aggregationServiceFactoryDesc) |
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) |