Package | Description |
---|---|
com.espertech.esper.epl.join.exec.base |
Inner join execution
|
com.espertech.esper.epl.join.exec.sorted |
Btree lookup for query 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 |
---|---|
PropertySortedEventTable |
SortedTableLookupStrategy.getIndex()
Returns index to look up in.
|
Constructor and Description |
---|
SortedTableLookupStrategy(int lookupStream,
int numStreams,
QueryGraphValueEntryRange rangeKeyPair,
java.lang.Class coercionType,
PropertySortedEventTable index) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<EventBean> |
SortedAccessStrategyRangeInverted.lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Collection<EventBean> |
SortedAccessStrategyRange.lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Collection<EventBean> |
SortedAccessStrategyLT.lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Collection<EventBean> |
SortedAccessStrategyLE.lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Collection<EventBean> |
SortedAccessStrategyGT.lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Collection<EventBean> |
SortedAccessStrategyGE.lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Collection<EventBean> |
SortedAccessStrategy.lookup(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Set<EventBean> |
SortedAccessStrategyRangeInverted.lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Set<EventBean> |
SortedAccessStrategyRange.lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Set<EventBean> |
SortedAccessStrategyLT.lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Set<EventBean> |
SortedAccessStrategyLE.lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Set<EventBean> |
SortedAccessStrategyGT.lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Set<EventBean> |
SortedAccessStrategyGE.lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Set<EventBean> |
SortedAccessStrategy.lookup(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context) |
java.util.Collection<EventBean> |
SortedAccessStrategyRangeInverted.lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Collection<EventBean> |
SortedAccessStrategyRange.lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Collection<EventBean> |
SortedAccessStrategyLT.lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Collection<EventBean> |
SortedAccessStrategyLE.lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Collection<EventBean> |
SortedAccessStrategyGT.lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Collection<EventBean> |
SortedAccessStrategyGE.lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Collection<EventBean> |
SortedAccessStrategy.lookupCollectKeys(EventBean[] eventsPerStream,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Set<EventBean> |
SortedAccessStrategyRangeInverted.lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Set<EventBean> |
SortedAccessStrategyRange.lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Set<EventBean> |
SortedAccessStrategyLT.lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Set<EventBean> |
SortedAccessStrategyLE.lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Set<EventBean> |
SortedAccessStrategyGT.lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Set<EventBean> |
SortedAccessStrategyGE.lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
java.util.Set<EventBean> |
SortedAccessStrategy.lookupCollectKeys(EventBean theEvent,
PropertySortedEventTable index,
ExprEvaluatorContext context,
java.util.ArrayList<java.lang.Object> keys) |
Modifier and Type | Class and Description |
---|---|
class |
PropertySortedEventTableCoerced |
class |
PropertySortedEventTableImpl
Index that organizes events by the event property values into a single TreeMap sortable non-nested index
with Object keys that store the property values.
|
Modifier and Type | Field and Description |
---|---|
protected PropertySortedEventTable |
SubordSortedTableLookupStrategy.index
Index to look up in.
|
Constructor and Description |
---|
SubordSortedTableLookupStrategy(SortedAccessStrategy strategy,
PropertySortedEventTable index,
LookupStrategyDesc strategyDesc) |