Uses of Interface
com.espertech.esper.epl.lookup.SubordTableLookupStrategyFactory

Packages that use SubordTableLookupStrategyFactory
com.espertech.esper.core.context.subselect Subselect implementation. 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
 

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

Constructor parameters in com.espertech.esper.core.context.subselect with type arguments of type SubordTableLookupStrategyFactory
SubSelectStrategyFactoryLocalViewPreloaded(int subqueryNumber, SubSelectActivationHolder subSelectHolder, Pair<EventTableFactory,SubordTableLookupStrategyFactory> pair, ExprNode filterExprNode, ExprEvaluator filterExprEval, boolean correlatedSubquery, AggregationServiceFactoryDesc aggregationServiceFactory, ViewResourceDelegateVerified viewResourceDelegate, ExprEvaluator[] groupKeys)
           
 

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

Classes in com.espertech.esper.epl.lookup that implement SubordTableLookupStrategyFactory
 class SubordCompositeTableLookupStrategyFactory
          Index lookup strategy for subqueries.
 class SubordFullTableScanLookupStrategyFactory
          Factory for lookup on an unindexed table returning the full table as matching events.
 class SubordIndexedTableLookupStrategyCoercingFactory
          Index lookup strategy that coerces the key values before performing a lookup.
 class SubordIndexedTableLookupStrategyExprFactory
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategyPropFactory
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategySingleCoercingFactory
          Index lookup strategy that coerces the key values before performing a lookup.
 class SubordIndexedTableLookupStrategySingleExprFactory
          Index lookup strategy for subqueries.
 class SubordIndexedTableLookupStrategySinglePropFactory
          Index lookup strategy for subqueries.
 class SubordInKeywordMultiTableLookupStrategyFactory
          Index lookup strategy for subqueries.
 class SubordInKeywordSingleTableLookupStrategyFactory
          Index lookup strategy for subqueries.
 class SubordSortedTableLookupStrategyFactory
          Index lookup strategy for subqueries.
 class SubordTableLookupStrategyFactoryVDW
          Strategy for looking up, in some sort of table or index, or a set of events, potentially based on the events properties, and returning a set of matched events.
 

Methods in com.espertech.esper.epl.lookup that return SubordTableLookupStrategyFactory
static SubordTableLookupStrategyFactory SubordinateTableLookupStrategyUtil.getLookupStrategy(EventType[] outerStreamTypesZeroIndexed, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, ExprNode[] inKeywordSingleIdxKeys, ExprNode inKeywordMultiIdxKey, boolean isNWOnTrigger)
           
 SubordTableLookupStrategyFactory SubordinateQueryPlanDesc.getLookupStrategyFactory()
           
 SubordTableLookupStrategyFactory SubordWMatchExprLookupStrategyFactoryIndexedUnfiltered.getOptionalInnerStrategy()
           
 SubordTableLookupStrategyFactory SubordWMatchExprLookupStrategyFactoryIndexedFiltered.getOptionalInnerStrategy()
           
 SubordTableLookupStrategyFactory SubordWMatchExprLookupStrategyFactoryAllUnfiltered.getOptionalInnerStrategy()
           
 SubordTableLookupStrategyFactory SubordWMatchExprLookupStrategyFactoryAllFiltered.getOptionalInnerStrategy()
           
 SubordTableLookupStrategyFactory SubordWMatchExprLookupStrategyFactory.getOptionalInnerStrategy()
           
 

Constructors in com.espertech.esper.epl.lookup with parameters of type SubordTableLookupStrategyFactory
SubordinateQueryPlanDesc(SubordTableLookupStrategyFactory lookupStrategyFactory, SubordinateQueryIndexDesc[] indexDescs)
           
SubordWMatchExprLookupStrategyFactoryIndexedFiltered(ExprEvaluator exprEvaluator, SubordTableLookupStrategyFactory lookupStrategyFactory)
           
SubordWMatchExprLookupStrategyFactoryIndexedUnfiltered(SubordTableLookupStrategyFactory lookupStrategyFactory)
           
 


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