Package | Description |
---|---|
com.espertech.esper.epl.join.plan |
Inner join and outer join query planning
|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
Modifier and Type | Method and Description |
---|---|
Map<QueryGraphValueEntryCustomKey,QueryGraphValueEntryCustomOperation> |
QueryGraphValueEntryCustom.getOperations() |
Modifier and Type | Method and Description |
---|---|
void |
QueryGraphValueEntryCustom.mergeInto(Map<QueryGraphValueEntryCustomKey,QueryGraphValueEntryCustomOperation> customIndexOps) |
Modifier and Type | Method and Description |
---|---|
Map<QueryGraphValueEntryCustomKey,QueryGraphValueEntryCustomOperation> |
SubordPropPlan.getCustomIndexOps() |
Constructor and Description |
---|
SubordPropPlan(Map<String,SubordPropHashKey> hashProps,
Map<String,SubordPropRangeKey> rangeProps,
SubordPropInKeywordSingleIndex inKeywordSingleIndex,
SubordPropInKeywordMultiIndex inKeywordMultiIndex,
Map<QueryGraphValueEntryCustomKey,QueryGraphValueEntryCustomOperation> customIndexOps) |