Package | Description |
---|---|
com.espertech.esper.epl.join.exec.base |
Inner join execution
|
com.espertech.esper.epl.join.table |
Indexes for views
|
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,
List<QueryGraphValueEntryHashKeyed> hashKeys,
List<QueryGraphValueEntryRange> rangeKeyPairs,
PropertyCompositeEventTable index) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyCompositeEventTableImpl
For use when the index comprises of either two or more ranges or a unique key in combination with a range.
|
Constructor and Description |
---|
SubordCompositeTableLookupStrategy(CompositeIndexQuery innerIndexQuery,
PropertyCompositeEventTable index,
LookupStrategyDesc strategyDesc) |