Uses of Class
com.espertech.esper.epl.lookup.SubordPropPlan

Packages that use SubordPropPlan
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.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.virtualdw Virtual data window. 
 

Uses of SubordPropPlan in com.espertech.esper.core.context.subselect
 

Constructors in com.espertech.esper.core.context.subselect with parameters of type SubordPropPlan
SubSelectStrategyFactoryIndexShare(java.lang.String statementName, java.lang.String statementId, int subqueryNum, EventType[] outerEventTypesSelect, NamedWindowProcessor optionalNamedWindowProcessor, TableMetadata optionalTableMetadata, boolean fullTableScan, IndexHint optionalIndexHint, SubordPropPlan joinedPropPlan, ExprEvaluator filterExprEval, AggregationServiceFactoryDesc aggregationServiceFactory, ExprEvaluator[] groupByKeys, TableService tableService, java.lang.annotation.Annotation[] annotations, StatementStopService statementStopService)
           
 

Uses of SubordPropPlan in com.espertech.esper.epl.join.plan
 

Methods in com.espertech.esper.epl.join.plan that return SubordPropPlan
static SubordPropPlan QueryPlanIndexBuilder.getJoinProps(ExprNode filterExpr, int outsideStreamCount, EventType[] allStreamTypesZeroIndexed, ExcludePlanHint excludePlanHint)
           
 

Uses of SubordPropPlan in com.espertech.esper.epl.lookup
 

Methods in com.espertech.esper.epl.lookup with parameters of type SubordPropPlan
static SubordinateQueryPlanDesc SubordinateQueryPlanner.planSubquery(EventType[] outerStreams, SubordPropPlan joinDesc, boolean isNWOnTrigger, boolean forceTableScan, IndexHint optionalIndexHint, boolean indexShare, int subqueryNumber, boolean isVirtualDataWindow, EventTableIndexMetadata indexMetadata, java.util.Set<java.lang.String> optionalUniqueKeyProps, boolean onlyUseExistingIndexes, java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations)
           
 

Constructors in com.espertech.esper.epl.lookup with parameters of type SubordPropPlan
SubordTableLookupStrategyFactoryVDW(java.lang.String statementName, java.lang.String statementId, java.lang.annotation.Annotation[] annotations, EventType[] outerStreams, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, SubordPropPlan joinDesc, boolean forceTableScan, SubordinateQueryPlannerIndexPropListPair hashAndRanges)
           
 

Uses of SubordPropPlan in com.espertech.esper.epl.virtualdw
 

Methods in com.espertech.esper.epl.virtualdw that return SubordPropPlan
 SubordPropPlan VirtualDataWindowLookupContextSPI.getJoinDesc()
           
 

Methods in com.espertech.esper.epl.virtualdw with parameters of type SubordPropPlan
 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)
           
 

Constructors in com.espertech.esper.epl.virtualdw with parameters of type SubordPropPlan
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)
           
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com