com.espertech.esper.core.context.subselect
Class SubSelectStrategyFactoryIndexShare
java.lang.Object
com.espertech.esper.core.context.subselect.SubSelectStrategyFactoryIndexShare
- All Implemented Interfaces:
- SubSelectStrategyFactory
public class SubSelectStrategyFactoryIndexShare
- extends java.lang.Object
- implements SubSelectStrategyFactory
Entry holding lookup resource references for use by SubSelectActivationCollection
.
Constructor Summary |
SubSelectStrategyFactoryIndexShare(java.lang.String statementName,
java.lang.String statementId,
int subqueryNum,
EventType[] outerEventTypesSelect,
NamedWindowProcessor optionalNamedWindowProcessor,
TableMetadata optionalTableMetadata,
boolean fullTableScan,
IndexHint optionalIndexHint,
SubordPropPlan joinedPropPlan,
ExprEvaluator filterExprEval,
AggregationServiceFactoryDesc aggregationServiceFactory,
ExprEvaluator[] groupByKeys,
TableService tableService,
java.lang.annotation.Annotation[] annotations,
StatementStopService statementStopService)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubSelectStrategyFactoryIndexShare
public SubSelectStrategyFactoryIndexShare(java.lang.String statementName,
java.lang.String statementId,
int subqueryNum,
EventType[] outerEventTypesSelect,
NamedWindowProcessor optionalNamedWindowProcessor,
TableMetadata optionalTableMetadata,
boolean fullTableScan,
IndexHint optionalIndexHint,
SubordPropPlan joinedPropPlan,
ExprEvaluator filterExprEval,
AggregationServiceFactoryDesc aggregationServiceFactory,
ExprEvaluator[] groupByKeys,
TableService tableService,
java.lang.annotation.Annotation[] annotations,
StatementStopService statementStopService)
throws ExprValidationException
- Throws:
ExprValidationException
instantiate
public SubSelectStrategyRealization instantiate(EPServicesContext services,
Viewable viewableRoot,
AgentInstanceContext agentInstanceContext,
java.util.List<StopCallback> stopCallbackList)
- Specified by:
instantiate
in interface SubSelectStrategyFactory