Package | Description |
---|---|
com.espertech.esper.common.internal.epl.output.core | |
com.espertech.esper.common.internal.epl.resultset.core |
Modifier and Type | Method and Description |
---|---|
static OutputProcessViewFactoryForgeDesc |
OutputProcessViewForgeFactory.make(EventType[] typesPerStream,
EventType resultEventType,
ResultSetProcessorType resultSetProcessorType,
StatementSpecCompiled statementSpec,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessorType |
ResultSetProcessorFactoryProvider.getResultSetProcessorType() |
ResultSetProcessorType |
ResultSetProcessorDesc.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 |
---|
ResultSetProcessorDesc(ResultSetProcessorFactoryForge resultSetProcessorFactoryForge,
ResultSetProcessorType resultSetProcessorType,
SelectExprProcessorForge[] selectExprProcessorForges,
boolean join,
boolean hasOutputLimit,
ResultSetProcessorOutputConditionType outputConditionType,
boolean hasOutputLimitSnapshot,
EventType resultEventType,
boolean rollup,
AggregationServiceForgeDesc aggregationServiceForgeDesc,
OrderByProcessorFactoryForge orderByProcessorFactoryForge,
SelectSubscriberDescriptor selectSubscriberDescriptor,
List<StmtClassForgeableFactory> additionalForgeables) |
Copyright © 2005–2020. All rights reserved.