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.lookup |
Subquery execution strategies and lookup indexes
|
com.espertech.esper.epl.virtualdw |
Virtual data window.
|
Modifier and Type | Method and Description |
---|---|
Map<TableLookupIndexReqKey,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(List<QueryPlanIndexItem> indexesSet) |
Constructor and Description |
---|
QueryPlanIndex(Map<TableLookupIndexReqKey,QueryPlanIndexItem> items) |
Modifier and Type | Method and Description |
---|---|
static EventTable |
EventTableUtil.buildIndex(AgentInstanceContext agentInstanceContext,
int indexedStreamNum,
QueryPlanIndexItem item,
EventType eventType,
boolean coerceOnAddOnly,
boolean unique,
String optionalIndexName,
Object optionalSerde,
boolean isFireAndForget)
Build an index/table instance using the event properties for the event type.
|
Modifier and Type | Method and Description |
---|---|
QueryPlanIndexItem |
SubordinateQueryIndexDesc.getQueryPlanIndexItem() |
QueryPlanIndexItem |
EventTableIndexMetadataEntry.getQueryPlanIndexItem() |
Modifier and Type | Method and Description |
---|---|
void |
EventTableIndexMetadata.addIndex(boolean isPrimary,
IndexMultiKey indexMultiKey,
String explicitIndexName,
String statementName,
boolean failIfExists,
QueryPlanIndexItem optionalQueryPlanIndexItem) |
Constructor and Description |
---|
EventTableIndexMetadataEntry(String optionalIndexName,
boolean primary,
QueryPlanIndexItem queryPlanIndexItem) |
SubordinateQueryIndexDesc(IndexKeyInfo indexKeyInfo,
String indexName,
IndexMultiKey indexMultiKey,
QueryPlanIndexItem queryPlanIndexItem) |
Modifier and Type | Method and Description |
---|---|
EventTable |
VirtualDWViewImpl.getJoinIndexTable(QueryPlanIndexItem queryPlanIndexItem) |
EventTable |
VirtualDWView.getJoinIndexTable(QueryPlanIndexItem queryPlanIndexItem) |