Modifier and Type | Class and Description |
---|---|
class |
SubordTableLookupStrategyFactoryQuadTree |
Modifier and Type | Class and Description |
---|---|
class |
SubordCompositeTableLookupStrategyFactory
Index lookup strategy for subqueries.
|
class |
SubordFullTableScanLookupStrategyFactory
Factory for lookup on an unindexed table returning the full table as matching events.
|
class |
SubordHashedTableLookupStrategyExprFactory
Index lookup strategy for subqueries.
|
class |
SubordHashedTableLookupStrategyPropFactory
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.
|
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategyFactory |
SubordinateQueryPlanDesc.getLookupStrategyFactory() |
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyFactory.getOptionalInnerStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
SubordinateQueryPlanDesc.setLookupStrategyFactory(SubordTableLookupStrategyFactory lookupStrategyFactory) |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyIndexedUnfilteredFactory.getOptionalInnerStrategy() |
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyIndexedFilteredFactory.getOptionalInnerStrategy() |
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyAllUnfilteredFactory.getOptionalInnerStrategy() |
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyAllFilteredFactory.getOptionalInnerStrategy() |
Constructor and Description |
---|
SubordWMatchExprLookupStrategyIndexedFilteredFactory(ExprEvaluator exprEvaluator,
SubordTableLookupStrategyFactory lookupStrategyFactory) |
SubordWMatchExprLookupStrategyIndexedUnfilteredFactory(SubordTableLookupStrategyFactory lookupStrategyFactory) |
Modifier and Type | Method and Description |
---|---|
void |
SubSelectStrategyFactoryLocalViewPreloaded.setLookupStrategyFactory(SubordTableLookupStrategyFactory lookupStrategyFactory) |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2005–2018. All rights reserved.