Package | Description |
---|---|
com.espertech.esper.core.context.subselect |
Subselect implementation.
|
com.espertech.esper.epl.join.plan |
Inner join and outer join query planning
|
com.espertech.esper.epl.named |
Named window classes are in this package
|
com.espertech.esper.epl.virtualdw |
Virtual data window.
|
Constructor and Description |
---|
SubSelectStrategyFactoryNamedWinIndexShare(int subqueryNum,
EventType[] outerEventTypesSelect,
NamedWindowProcessor processor,
boolean fullTableScan,
IndexHint optionalIndexHint,
SubordPropPlan joinedPropPlan,
ExprEvaluator filterExprEval,
AggregationServiceFactoryDesc aggregationServiceFactory,
ExprEvaluator[] groupByKeys) |
Modifier and Type | Method and Description |
---|---|
static SubordPropPlan |
QueryPlanIndexBuilder.getJoinProps(ExprNode filterExpr,
int outsideStreamCount,
EventType[] allStreamTypesZeroIndexed,
ExcludePlanHint excludePlanHint) |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
NamedWindowRootViewInstance.getAddSubqueryLookupStrategy(AgentInstanceContext accessedByAIContext,
EventType[] eventTypesPerStream,
SubordPropPlan joinDesc,
boolean fullTableScan,
int subqueryNum,
IndexHint optionalIndexHint) |
Modifier and Type | Method and Description |
---|---|
SubordPropPlan |
VirtualDataWindowLookupContextSPI.getJoinDesc() |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
VirtualDWViewImpl.getSubordinateLookupStrategy(java.lang.String accessedByStatementName,
java.lang.String accessedByStatementId,
java.lang.annotation.Annotation[] accessedByStmtAnnotations,
EventType[] outerStreamTypes,
java.util.List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
java.util.List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
EventTable eventTable,
SubordPropPlan joinDesc,
boolean forceTableScan) |
SubordTableLookupStrategy |
VirtualDWView.getSubordinateLookupStrategy(java.lang.String accessedByStatementName,
java.lang.String accessedByStatementId,
java.lang.annotation.Annotation[] accessedByStmtAnnotations,
EventType[] outerStreamTypes,
java.util.List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
java.util.List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
EventTable eventTable,
SubordPropPlan joinDesc,
boolean forceTableScan) |
Constructor and Description |
---|
VirtualDataWindowLookupContextSPI(java.lang.String statementName,
java.lang.String statementId,
java.lang.annotation.Annotation[] statementAnnotations,
boolean fireAndForget,
java.lang.String namedWindowName,
java.util.List<VirtualDataWindowLookupFieldDesc> hashFields,
java.util.List<VirtualDataWindowLookupFieldDesc> btreeFields,
SubordPropPlan joinDesc,
boolean forceTableScan,
EventType[] outerTypePerStream,
java.lang.String accessedByStatementName,
int accessedByStatementSequenceNum) |