Modifier and Type | Method and Description |
---|---|
JoinSetComposer |
StatementAgentInstanceFactorySelectResult.getJoinSetComposer() |
Constructor and Description |
---|
StatementAgentInstanceFactorySelectResult(Viewable finalView,
AgentInstanceStopCallback stopCallback,
AgentInstanceContext agentInstanceContext,
AggregationService optionalAggegationService,
Map<Integer,SubSelectFactoryResult> subselectStrategies,
PriorEvalStrategy[] priorStrategies,
PreviousGetterStrategy[] previousGetterStrategies,
RowRecogPreviousStrategy regexExprPreviousEvalStrategy,
Map<Integer,ExprTableEvalStrategy> tableAccessStrategies,
List<StatementAgentInstancePreload> preloadList,
EvalRootState[] patternRoots,
JoinSetComposer joinSetComposer,
Viewable[] topViews,
Viewable[] eventStreamViewables,
ViewableActivationResult[] viewableActivationResults,
ResultSetProcessor resultSetProcessor) |
Modifier and Type | Class and Description |
---|---|
class |
JoinSetComposerAllUnidirectionalOuter
Implements the function to determine a join result for a all-unidirectional full-outer-join (all streams),
in which a single stream's events are ever only evaluated and repositories don't exist.
|
class |
JoinSetComposerFAFImpl
Implements the function to determine a join result set using tables/indexes and query strategy
instances for each stream.
|
class |
JoinSetComposerHistoricalImpl
Implements the function to determine a join result set using tables/indexes and query strategy
instances for each stream.
|
class |
JoinSetComposerImpl
Implements the function to determine a join result set using tables/indexes and query strategy
instances for each stream.
|
class |
JoinSetComposerStreamToWinImpl
Implements the function to determine a join result for a unidirectional stream-to-window joins,
in which a single stream's events are ever only evaluated using a query strategy.
|
Modifier and Type | Method and Description |
---|---|
JoinSetComposer |
JoinSetComposerDesc.getJoinSetComposer() |
Constructor and Description |
---|
JoinExecutionStrategyImpl(JoinSetComposer composer,
ExprEvaluator optionalFilter,
JoinSetProcessor indicator,
ExprEvaluatorContext staticExprEvaluatorContext)
Ctor.
|
JoinPreloadMethodImpl(int numStreams,
JoinSetComposer joinSetComposer)
Ctor.
|
JoinSetComposerDesc(JoinSetComposer joinSetComposer,
ExprEvaluator postJoinFilterEvaluator) |
Modifier and Type | Method and Description |
---|---|
JoinSetComposer |
StatementResourceHolder.getJoinSetComposer() |
Modifier and Type | Method and Description |
---|---|
void |
StatementResourceHolder.setJoinSetComposer(JoinSetComposer joinSetComposer) |
Copyright © 2005–2018. All rights reserved.