Interface SubSelectStrategyFactory
- All Known Implementing Classes:
SubSelectStrategyFactoryIndexShare
,SubSelectStrategyFactoryLocalViewPreloaded
public interface SubSelectStrategyFactory
-
Method Summary
Modifier and TypeMethodDescriptioninstantiate
(Viewable viewableRoot, ExprEvaluatorContext exprEvaluatorContext, List<AgentInstanceMgmtCallback> stopCallbackList, int subqueryNumber, boolean isRecoveringResilient) void
ready
(SubSelectStrategyFactoryContext subselectFactoryContext, EventType eventType)
-
Method Details
-
ready
-
instantiate
SubSelectStrategyRealization instantiate(Viewable viewableRoot, ExprEvaluatorContext exprEvaluatorContext, List<AgentInstanceMgmtCallback> stopCallbackList, int subqueryNumber, boolean isRecoveringResilient) -
getLookupStrategyDesc
LookupStrategyDesc getLookupStrategyDesc()
-