Package | Description |
---|---|
com.espertech.esper.epl.join.plan |
Inner join and outer join query planning
|
com.espertech.esper.epl.join.table |
Indexes for views
|
com.espertech.esper.epl.virtualdw |
Virtual data window.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,QueryPlanIndexItem> |
QueryPlanIndex.getItems() |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryPlanIndexItem.equalsCompareSortedProps(QueryPlanIndexItem other) |
static QueryPlanIndex |
QueryPlanIndex.makeIndex(QueryPlanIndexItem... items) |
Modifier and Type | Method and Description |
---|---|
static QueryPlanIndex |
QueryPlanIndex.makeIndex(java.util.List<QueryPlanIndexItem> indexesSet) |
Constructor and Description |
---|
QueryPlanIndex(java.util.Map<java.lang.String,QueryPlanIndexItem> items) |
Modifier and Type | Method and Description |
---|---|
static EventTable |
EventTableUtil.buildIndex(int indexedStreamNum,
QueryPlanIndexItem item,
EventType eventType,
boolean coerceOnAddOnly,
boolean unique,
java.lang.String optionalIndexName)
Build an index/table instance using the event properties for the event type.
|
Modifier and Type | Method and Description |
---|---|
EventTable |
VirtualDWViewImpl.getJoinIndexTable(QueryPlanIndexItem queryPlanIndexItem) |
EventTable |
VirtualDWView.getJoinIndexTable(QueryPlanIndexItem queryPlanIndexItem) |