}
}
}
NamedWindowProcessorInstance processorInstanceSubq = processor.getProcessorInstance(agentInstanceContext);
SubordTableLookupStrategy namedWindowSubqueryLookup = processorInstanceSubq.getRootViewInstance()
.getAddSubqueryLookupStrategy(agentInstanceContext.getStatementName(), agentInstanceContext.getStatementId(), agentInstanceContext.getStatementContext().getAnnotations(), outerEventTypesSelect, joinedPropPlan, fullTableScan, subqueryNum, optionalIndexHint);
stopCallbackList.add(new NamedWindowSubqueryStopCallback(processorInstanceSubq, namedWindowSubqueryLookup));
return new SubSelectStrategyRealization(namedWindowSubqueryLookup, subselectAggregationPreprocessor, aggregationService, Collections.<ExprPriorNode, ExprPriorEvalStrategy>emptyMap(), Collections.<ExprPreviousNode, ExprPreviousEvalStrategy>emptyMap(), null, null);
}