Class Summary |
ExecNodeQueryStrategy |
Query strategy for building a join tuple set by using an execution node tree. |
JoinExecStrategyDispatchable |
This class reacts to any new data buffered by registring with the dispatch service. |
JoinExecutionStrategyImpl |
Join execution strategy based on a 3-step getSelectListEvents of composing a join set, filtering the join set and
indicating. |
JoinSetComposerFactory |
Factory for building a JoinSetComposer from analyzing filter nodes, for
fast join tuple result set composition. |
JoinSetComposerImpl |
Implements the function to determine a join result set using tables/indexes and query strategy
instances for each stream. |
JoinSetFilter |
Processes join tuple set by filtering out tuples. |