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