|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinSetComposer | |
---|---|
com.espertech.esper.epl.join | Join process interfaces and glue code |
Uses of JoinSetComposer in com.espertech.esper.epl.join |
---|
Classes in com.espertech.esper.epl.join that implement JoinSetComposer | |
---|---|
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 every only evaluated using a query strategy. |
Methods in com.espertech.esper.epl.join that return JoinSetComposer | |
---|---|
JoinSetComposer |
JoinSetComposerFactoryImpl.makeComposer(List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
EventType[] streamTypes,
String[] streamNames,
Viewable[] streamViews,
SelectClauseStreamSelectorEnum selectStreamSelectorEnum,
boolean[] isUnidirectional,
boolean[] hasChildViews)
Builds join tuple composer. |
JoinSetComposer |
JoinSetComposerFactory.makeComposer(List<OuterJoinDesc> outerJoinDescList,
ExprNode optionalFilterNode,
EventType[] streamTypes,
String[] streamNames,
Viewable[] streamViews,
SelectClauseStreamSelectorEnum selectStreamSelectorEnum,
boolean[] isUnidirectional,
boolean[] hasChildViews)
Builds join tuple composer. |
Constructors in com.espertech.esper.epl.join with parameters of type JoinSetComposer | |
---|---|
JoinExecutionStrategyImpl(JoinSetComposer composer,
JoinSetProcessor filter,
JoinSetProcessor indicator)
Ctor. |
|
JoinPreloadMethodImpl(int numStreams,
JoinSetComposer joinSetComposer)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |