public class EPStatementStartMethodHelperSubselect extends Object
Constructor and Description |
---|
EPStatementStartMethodHelperSubselect() |
Modifier and Type | Method and Description |
---|---|
protected static SubSelectActivationCollection |
createSubSelectActivation(EPServicesContext services,
StatementSpecCompiled statementSpecContainer,
StatementContext statementContext,
EPStatementDestroyCallbackList destroyCallbacks) |
static String |
getSubqueryInfoText(int subqueryNum,
ExprSubselectNode subselect) |
protected static SubSelectStrategyCollection |
planSubSelect(EPServicesContext services,
StatementContext statementContext,
boolean queryPlanLogging,
SubSelectActivationCollection subSelectStreamDesc,
String[] outerStreamNames,
EventType[] outerEventTypesSelect,
String[] outerEventTypeNamees,
ExprDeclaredNode[] declaredExpressions,
ContextPropertyRegistry contextPropertyRegistry) |
static Map<ExprSubselectNode,SubSelectStrategyHolder> |
startSubselects(EPServicesContext services,
SubSelectStrategyCollection subSelectStrategyCollection,
AgentInstanceContext agentInstanceContext,
List<StopCallback> stopCallbackList,
boolean isRecoveringResilient) |
public EPStatementStartMethodHelperSubselect()
protected static SubSelectActivationCollection createSubSelectActivation(EPServicesContext services, StatementSpecCompiled statementSpecContainer, StatementContext statementContext, EPStatementDestroyCallbackList destroyCallbacks) throws ExprValidationException, ViewProcessingException
protected static SubSelectStrategyCollection planSubSelect(EPServicesContext services, StatementContext statementContext, boolean queryPlanLogging, SubSelectActivationCollection subSelectStreamDesc, String[] outerStreamNames, EventType[] outerEventTypesSelect, String[] outerEventTypeNamees, ExprDeclaredNode[] declaredExpressions, ContextPropertyRegistry contextPropertyRegistry) throws ExprValidationException, ViewProcessingException
public static Map<ExprSubselectNode,SubSelectStrategyHolder> startSubselects(EPServicesContext services, SubSelectStrategyCollection subSelectStrategyCollection, AgentInstanceContext agentInstanceContext, List<StopCallback> stopCallbackList, boolean isRecoveringResilient)
public static String getSubqueryInfoText(int subqueryNum, ExprSubselectNode subselect)