Constructors in com.espertech.esper.core.context.factory with parameters of type StatementSpecCompiled |
StatementAgentInstanceFactoryCreateWindow(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivatorFilterProxy activator,
ViewFactoryChain unmaterializedViewChain,
ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
OutputProcessViewFactory outputProcessViewFactory,
boolean recoveringStatement)
|
StatementAgentInstanceFactoryOnTriggerBase(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection)
|
StatementAgentInstanceFactoryOnTriggerNamedWindow(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection,
ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
ExprNode validatedJoin,
ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype,
NamedWindowOnExprFactory onExprFactory,
OutputProcessViewFactory outputProcessViewFactory,
EventType activatorResultEventType,
NamedWindowProcessor processor)
|
StatementAgentInstanceFactoryOnTriggerSetVariable(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection,
OnSetVariableViewFactory onSetVariableViewFactory,
ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype,
OutputProcessViewFactory outputProcessViewFactory)
|
StatementAgentInstanceFactoryOnTriggerSplit(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection,
StatementAgentInstanceFactoryOnTriggerSplitDesc splitDesc,
EventType activatorResultEventType,
java.lang.String[] insertIntoTableNames)
|
StatementAgentInstanceFactoryOnTriggerTable(StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
ViewableActivator activator,
SubSelectStrategyCollection subSelectStrategyCollection,
ResultSetProcessorFactoryDesc resultSetProcessorPrototype,
ExprNode validatedJoin,
TableOnViewFactory onExprFactory,
EventType activatorResultEventType,
TableMetadata tableMetadata,
ResultSetProcessorFactoryDesc outputResultSetProcessorPrototype,
OutputProcessViewFactory outputProcessViewFactory)
|
StatementAgentInstanceFactorySelect(int numStreams,
ViewableActivator[] eventStreamParentViewableActivators,
StatementContext statementContext,
StatementSpecCompiled statementSpec,
EPServicesContext services,
StreamTypeService typeService,
ViewFactoryChain[] unmaterializedViewChain,
ResultSetProcessorFactoryDesc resultSetProcessorFactoryDesc,
StreamJoinAnalysisResult joinAnalysisResult,
boolean recoveringResilient,
JoinSetComposerPrototype joinSetComposerPrototype,
SubSelectStrategyCollection subSelectStrategyCollection,
ViewResourceDelegateVerified viewResourceDelegate,
OutputProcessViewFactory outputProcessViewFactory)
|
Methods in com.espertech.esper.core.start with parameters of type StatementSpecCompiled |
protected static SubSelectActivationCollection |
EPStatementStartMethodHelperSubselect.createSubSelectActivation(EPServicesContext services,
StatementSpecCompiled statementSpecContainer,
StatementContext statementContext,
EPStatementDestroyCallbackList destroyCallbacks)
|
protected static boolean |
EPStatementStartMethodHelperUtil.determineSubquerySameStream(StatementSpecCompiled statementSpec,
FilterStreamSpecCompiled filterStreamSpec)
|
static EPStatementStartMethod |
EPStatementStartMethodFactory.makeStartMethod(StatementSpecCompiled statementSpec)
Ctor. |
static EPStatementStartMethodSelectDesc |
EPStatementStartMethodSelectUtil.prepare(StatementSpecCompiled statementSpec,
EPServicesContext services,
StatementContext statementContext,
boolean recoveringResilient,
AgentInstanceContext defaultAgentInstanceContext,
boolean queryPlanLogging,
ViewableActivatorFactory optionalViewableActivatorFactory,
OutputProcessViewCallback optionalOutputProcessViewCallback,
SelectExprProcessorDeliveryCallback selectExprProcessorDeliveryCallback)
|
protected static void |
EPPreparedExecuteMethodHelper.validateFAFQuery(StatementSpecCompiled statementSpec)
|
protected static void |
EPStatementStartMethodHelperValidate.validateNodes(StatementSpecCompiled statementSpec,
StatementContext statementContext,
StreamTypeService typeService,
ViewResourceDelegateUnverified viewResourceDelegate)
Validate filter and join expression nodes. |