Package | Description |
---|---|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
com.espertech.esper.epl.named |
Named window classes are in this package
|
com.espertech.esper.epl.table.mgmt |
Table-related services and metadata.
|
Modifier and Type | Method and Description |
---|---|
EventTableIndexMetadata |
EventTableIndexRepository.getEventTableIndexMetadata() |
Modifier and Type | Method and Description |
---|---|
static void |
SubordinateQueryPlannerUtil.addIndexMetaAndRef(SubordinateQueryIndexDesc[] indexDescs,
EventTableIndexMetadata repo,
String statementName) |
static SubordinateWMatchExprQueryPlanResult |
SubordinateQueryPlanner.planOnExpression(ExprNode joinExpr,
EventType filterEventType,
IndexHint optionalIndexHint,
boolean isIndexShare,
int subqueryNumber,
ExcludePlanHint excludePlanHint,
boolean isVirtualDataWindow,
EventTableIndexMetadata indexMetadata,
EventType eventTypeIndexed,
Set<String> optionalUniqueKeyProps,
boolean onlyUseExistingIndexes,
String statementName,
int statementId,
Annotation[] annotations,
EngineImportService engineImportService) |
static SubordinateQueryPlanDesc |
SubordinateQueryPlanner.planSubquery(EventType[] outerStreams,
SubordPropPlan joinDesc,
boolean isNWOnTrigger,
boolean forceTableScan,
IndexHint optionalIndexHint,
boolean indexShare,
int subqueryNumber,
boolean isVirtualDataWindow,
EventTableIndexMetadata indexMetadata,
Set<String> optionalUniqueKeyProps,
boolean onlyUseExistingIndexes,
String statementName,
int statementId,
Annotation[] annotations) |
Constructor and Description |
---|
EventTableIndexRepository(EventTableIndexMetadata eventTableIndexMetadata)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventTableIndexMetadata |
NamedWindowProcessor.getEventTableIndexMetadataRepo() |
Constructor and Description |
---|
NamedWindowRootViewInstance(NamedWindowRootView rootView,
AgentInstanceContext agentInstanceContext,
EventTableIndexMetadata eventTableIndexMetadata) |
Modifier and Type | Method and Description |
---|---|
EventTableIndexMetadata |
TableMetadata.getEventTableIndexMetadataRepo() |