Package | Description |
---|---|
com.espertech.esper.epl.core.resultset.codegen |
Result set processor code generation classes
|
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 |
---|---|
static ResultSetProcessorFactoryDesc |
ResultSetProcessorFactoryCompiler.allocate(ResultSetProcessorFactoryForge forge,
ResultSetProcessorType resultSetProcessorType,
EventType resultEventType,
StatementContext stmtContext,
boolean isFireAndForget,
boolean join,
boolean hasOutputLimit,
ResultSetProcessorOutputConditionType outputConditionType,
boolean hasOutputLimitSnapshot,
SelectExprProcessorForge[] selectExprProcessorForge,
boolean rollup,
AggregationServiceForgeDesc aggregationServiceForgeDesc,
OrderByProcessorFactoryForge orderByProcessorForge) |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorType |
ResultSetProcessorFactoryDesc.getResultSetProcessorType() |
static ResultSetProcessorType |
ResultSetProcessorType.valueOf(java.lang.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,
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) |