Package | Description |
---|---|
com.espertech.esper.epl.join.exec.base |
Inner join execution
|
com.espertech.esper.epl.join.exec.composite |
Composite query execution for hash+btree combined lookup.
|
com.espertech.esper.epl.join.table |
Indexes for views
|
com.espertech.esper.epl.virtualdw |
Virtual data window.
|
Modifier and Type | Class and Description |
---|---|
class |
RangeIndexLookupValueEquals |
class |
RangeIndexLookupValueRange |
Modifier and Type | Method and Description |
---|---|
static CompositeIndexLookup |
CompositeIndexLookupFactory.make(Object[] keyValues,
RangeIndexLookupValue[] rangeValues,
Class[] rangeCoercion) |
Constructor and Description |
---|
CompositeIndexLookupRange(RangeIndexLookupValue lookupValue,
Class coercionType) |
Modifier and Type | Method and Description |
---|---|
Set<EventBean> |
PropertySortedEventTableImpl.lookupConstants(RangeIndexLookupValue lookupValueBase) |
abstract Set<EventBean> |
PropertySortedEventTable.lookupConstants(RangeIndexLookupValue lookupValueBase) |
Modifier and Type | Method and Description |
---|---|
Collection<EventBean> |
VirtualDWViewImpl.getFireAndForgetData(EventTable eventTable,
Object[] keyValues,
RangeIndexLookupValue[] rangeValues,
Annotation[] annotations) |
Collection<EventBean> |
VirtualDWView.getFireAndForgetData(EventTable eventTable,
Object[] keyValues,
RangeIndexLookupValue[] rangeValues,
Annotation[] accessedByStmtAnnotations) |