Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.epl.join.base |
Join process interfaces and glue code
|
Constructor and Description |
---|
StatementAgentInstancePostLoadIndexVisiting(JoinSetComposer joinSetComposer) |
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,
JoinSetProcessor filter,
JoinSetProcessor indicator,
ExprEvaluatorContext staticExprEvaluatorContext)
Ctor.
|
JoinPreloadMethodImpl(int numStreams,
JoinSetComposer joinSetComposer)
Ctor.
|
JoinSetComposerDesc(JoinSetComposer joinSetComposer,
ExprEvaluator postJoinFilterEvaluator) |