com.espertech.esper.core.context.subselect
Class SubSelectStrategyFactoryNamedWinIndexShare
java.lang.Object
com.espertech.esper.core.context.subselect.SubSelectStrategyFactoryNamedWinIndexShare
- All Implemented Interfaces:
- SubSelectStrategyFactory
public class SubSelectStrategyFactoryNamedWinIndexShare
- extends java.lang.Object
- implements SubSelectStrategyFactory
Entry holding lookup resource references for use by SubSelectActivationCollection
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubSelectStrategyFactoryNamedWinIndexShare
public SubSelectStrategyFactoryNamedWinIndexShare(int subqueryNum,
EventType[] outerEventTypesSelect,
NamedWindowProcessor processor,
boolean fullTableScan,
IndexHint optionalIndexHint,
SubordPropPlan joinedPropPlan,
ExprEvaluator filterExprEval,
AggregationServiceFactoryDesc aggregationServiceFactory,
ExprEvaluator[] groupByKeys)
instantiate
public SubSelectStrategyRealization instantiate(EPServicesContext services,
Viewable viewableRoot,
AgentInstanceContext agentInstanceContext,
java.util.List<StopCallback> stopCallbackList)
- Specified by:
instantiate
in interface SubSelectStrategyFactory