Package | Description |
---|---|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
Modifier and Type | Method and Description |
---|---|
SubordinateQueryIndexDesc[] |
SubordinateWMatchExprQueryPlanResult.getIndexDescs() |
SubordinateQueryIndexDesc[] |
SubordinateQueryPlanDesc.getIndexDescs() |
Modifier and Type | Method and Description |
---|---|
static void |
SubordinateQueryPlannerUtil.addIndexMetaAndRef(SubordinateQueryIndexDesc[] indexDescs,
EventTableIndexMetadata repo,
String statementName) |
static EventTable[] |
SubordinateQueryPlannerUtil.realizeTables(SubordinateQueryIndexDesc[] indexDescriptors,
EventType eventType,
EventTableIndexRepository indexRepository,
Iterable<EventBean> contents,
AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient) |
Constructor and Description |
---|
SubordinateQueryPlanDesc(SubordTableLookupStrategyFactory lookupStrategyFactory,
SubordinateQueryIndexDesc[] indexDescs) |
SubordinateWMatchExprQueryPlanResult(SubordWMatchExprLookupStrategyFactory factory,
SubordinateQueryIndexDesc[] indexDescs) |