com.espertech.esper.core.context.subselect
Class SubSelectStrategyFactoryLocalViewPreloaded
java.lang.Object
com.espertech.esper.core.context.subselect.SubSelectStrategyFactoryLocalViewPreloaded
- All Implemented Interfaces:
- SubSelectStrategyFactory
public class SubSelectStrategyFactoryLocalViewPreloaded
- 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 |
SubSelectStrategyFactoryLocalViewPreloaded
public SubSelectStrategyFactoryLocalViewPreloaded(int subqueryNumber,
SubSelectActivationHolder subSelectHolder,
Pair<EventTableFactory,SubordTableLookupStrategyFactory> pair,
ExprNode filterExprNode,
ExprEvaluator filterExprEval,
boolean correlatedSubquery,
AggregationServiceFactoryDesc aggregationServiceFactory,
ViewResourceDelegateVerified viewResourceDelegate,
ExprEvaluator[] groupKeys)
instantiate
public SubSelectStrategyRealization instantiate(EPServicesContext services,
Viewable viewableRoot,
AgentInstanceContext agentInstanceContext,
java.util.List<StopCallback> stopCallbackList)
- Specified by:
instantiate
in interface SubSelectStrategyFactory