Package | Description |
---|---|
com.espertech.esper.core.context.factory |
Statement agent instance factories.
|
com.espertech.esper.epl.join.hint |
Hints related to joins.
|
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 |
---|---|
ExcludePlanHint |
StatementAgentInstanceFactoryOnTriggerNamedWindow.IndexHintPair.getExcludePlanHint() |
Constructor and Description |
---|
IndexHintPair(IndexHint indexHint,
ExcludePlanHint excludePlanHint) |
Modifier and Type | Method and Description |
---|---|
static ExcludePlanHint |
ExcludePlanHint.getHint(java.lang.String[] streamNames,
StatementContext statementContext) |
Modifier and Type | Method and Description |
---|---|
static SubordPropPlan |
QueryPlanIndexBuilder.getJoinProps(ExprNode filterExpr,
int outsideStreamCount,
EventType[] allStreamTypesZeroIndexed,
ExcludePlanHint excludePlanHint) |
Constructor and Description |
---|
QueryGraph(int numStreams,
ExcludePlanHint optionalHint,
boolean nToZeroAnalysis)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static SubordinateWMatchExprQueryPlanResult |
SubordinateQueryPlanner.planOnExpression(ExprNode joinExpr,
EventType filterEventType,
IndexHint optionalIndexHint,
boolean isIndexShare,
int subqueryNumber,
ExcludePlanHint excludePlanHint,
boolean isVirtualDataWindow,
EventTableIndexMetadata indexMetadata,
EventType eventTypeIndexed,
java.util.Set<java.lang.String> optionalUniqueKeyProps,
boolean onlyUseExistingIndexes,
java.lang.String statementName,
int statementId,
java.lang.annotation.Annotation[] annotations,
EngineImportService engineImportService) |