Interface SubordTableLookupStrategyFactory
- All Known Implementing Classes:
SubordCompositeTableLookupStrategyFactory
,SubordFullTableScanLookupStrategyFactory
,SubordHashedTableLookupStrategyExprFactory
,SubordHashedTableLookupStrategyPropFactory
,SubordInKeywordMultiTableLookupStrategyFactory
,SubordInKeywordSingleTableLookupStrategyFactory
,SubordSortedTableLookupStrategyFactory
,SubordTableLookupStrategyFactoryQuadTree
,SubordTableLookupStrategyFactoryVDW
public interface SubordTableLookupStrategyFactory
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.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionmakeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw)
-
Field Details
-
EPTYPE
-
-
Method Details
-
makeStrategy
SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) -
getLookupStrategyDesc
LookupStrategyDesc getLookupStrategyDesc()
-