Package | Description |
---|---|
com.espertech.esper.epl.join.exec.base |
Inner join execution
|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
Modifier and Type | Method and Description |
---|---|
PropertyCompositeEventTable |
CompositeTableLookupStrategy.getIndex()
Returns index to look up in.
|
Constructor and Description |
---|
CompositeTableLookupStrategy(EventType eventType,
int lookupStream,
java.util.List<QueryGraphValueEntryHashKeyed> hashKeys,
java.util.List<QueryGraphValueEntryRange> rangeKeyPairs,
PropertyCompositeEventTable index)
Ctor.
|
Constructor and Description |
---|
SubordCompositeTableLookupStrategy(CompositeIndexQuery innerIndexQuery,
PropertyCompositeEventTable index,
LookupStrategyDesc strategyDesc) |