Package | Description |
---|---|
com.espertech.esper.epl.join.exec.sorted |
Btree lookup for query execution.
|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
Modifier and Type | Class and Description |
---|---|
class |
SortedAccessStrategyGE |
class |
SortedAccessStrategyGT |
class |
SortedAccessStrategyLE |
class |
SortedAccessStrategyLT |
class |
SortedAccessStrategyRange |
class |
SortedAccessStrategyRangeInverted |
Modifier and Type | Method and Description |
---|---|
static SortedAccessStrategy |
SortedAccessStrategyFactory.make(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
QueryGraphValueEntryRange rangeKeyPair,
Class coercionType) |
static SortedAccessStrategy |
SortedAccessStrategyFactory.make(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
SubordPropRangeKey streamRangeKey) |
Modifier and Type | Field and Description |
---|---|
protected SortedAccessStrategy |
SubordSortedTableLookupStrategyFactory.strategy |
protected SortedAccessStrategy |
SubordSortedTableLookupStrategy.strategy |
Constructor and Description |
---|
SubordSortedTableLookupStrategy(SortedAccessStrategy strategy,
PropertySortedEventTable index,
LookupStrategyDesc strategyDesc) |