Modifier and Type | Interface and Description |
---|---|
interface |
AIRegistrySubselectLookup |
Modifier and Type | Class and Description |
---|---|
class |
AIRegistrySubselectLookupMap |
class |
AIRegistrySubselectLookupMultiPerm |
class |
AIRegistrySubselectLookupSingle |
Modifier and Type | Method and Description |
---|---|
void |
AIRegistrySubqueryEntry.assign(int agentInstanceId,
SubordTableLookupStrategy lookupStrategy,
AggregationService aggregationService,
PriorEvalStrategy priorEvalStrategy,
PreviousGetterStrategy previousGetterStrategy) |
void |
AIRegistrySubselectLookupSingle.assignService(int num,
SubordTableLookupStrategy subselectStrategy) |
void |
AIRegistrySubselectLookupMultiPerm.assignService(int num,
SubordTableLookupStrategy subselectStrategy) |
void |
AIRegistrySubselectLookupMap.assignService(int num,
SubordTableLookupStrategy subselectStrategy) |
void |
AIRegistrySubselectLookup.assignService(int num,
SubordTableLookupStrategy value) |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
StatementAIFactoryAssignmentsImpl.getSubqueryLookup(int subqueryNumber) |
SubordTableLookupStrategy |
StatementAIFactoryAssignments.getSubqueryLookup(int subqueryNumber) |
SubordTableLookupStrategy |
StatementAIFactoryAssignmentContext.getSubqueryLookup(int subqueryNumber) |
Modifier and Type | Class and Description |
---|---|
class |
SubordTableLookupStrategyQuadTreeNW |
class |
SubordTableLookupStrategyQuadTreeSubq |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
SubordTableLookupStrategyFactoryQuadTree.makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
Modifier and Type | Method and Description |
---|---|
protected Collection<EventBean> |
SubordTableLookupStrategyQuadTreeBase.lookupInternal(EventBean[] events,
ExprEvaluatorContext context,
EventTableQuadTree index,
SubordTableLookupStrategy strategy) |
Modifier and Type | Class and Description |
---|---|
class |
SubordCompositeTableLookupStrategy
Index lookup strategy for subqueries.
|
class |
SubordFullTableScanLookupStrategy
Lookup on an unindexed table returning the full table as matching events.
|
class |
SubordFullTableScanLookupStrategyLocking
Index lookup strategy for subqueries.
|
class |
SubordFullTableScanTableLookupStrategy
Index lookup strategy for tables.
|
class |
SubordHashedTableLookupStrategyExpr
Index lookup strategy for subqueries.
|
class |
SubordHashedTableLookupStrategyExprNW
Index lookup strategy for subqueries.
|
class |
SubordHashedTableLookupStrategyProp
Index lookup strategy for subqueries.
|
class |
SubordIndexedTableLookupStrategyLocking
Index lookup strategy for subqueries.
|
class |
SubordIndexedTableLookupTableStrategy
Index lookup strategy for subqueries against tables, full table scan.
|
class |
SubordInKeywordMultiTableLookupStrategy
Index lookup strategy for subqueries.
|
class |
SubordInKeywordMultiTableLookupStrategyNW
Index lookup strategy for subqueries for in-keyword single-index sided.
|
class |
SubordInKeywordSingleTableLookupStrategy
Index lookup strategy for subqueries.
|
class |
SubordInKeywordSingleTableLookupStrategyNW
Index lookup strategy for subqueries for in-keyword single-index sided.
|
class |
SubordSortedTableLookupStrategy
Index lookup strategy for subqueries.
|
class |
SubordTableLookupStrategyNullRow |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
SubordTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordSortedTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordInKeywordSingleTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordInKeywordMultiTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordHashedTableLookupStrategyPropFactory.makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordHashedTableLookupStrategyExprFactory.makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
SubordTableLookupStrategy |
SubordCompositeTableLookupStrategyFactory.makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
Constructor and Description |
---|
SubordIndexedTableLookupStrategyLocking(SubordTableLookupStrategy inner,
StatementAgentInstanceLock statementLock) |
SubordIndexedTableLookupTableStrategy(SubordTableLookupStrategy inner,
Lock lock) |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
SubordWMatchExprLookupStrategyIndexedFiltered.getTableLookupStrategy() |
Constructor and Description |
---|
SubordWMatchExprLookupStrategyIndexedFiltered(ExprEvaluator joinExpr,
SubordTableLookupStrategy tableLookupStrategy) |
SubordWMatchExprLookupStrategyIndexedUnfiltered(SubordTableLookupStrategy tableLookupStrategy)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
SubSelectStrategyRealization.getLookupStrategy() |
SubordTableLookupStrategy |
SubSelectFactoryResult.getLookupStrategy() |
Constructor and Description |
---|
SubSelectFactoryResult(ViewableActivationResult subselectActivationResult,
SubSelectStrategyRealization realization,
SubordTableLookupStrategy lookupStrategy) |
SubSelectStrategyRealization(SubordTableLookupStrategy lookupStrategy,
SubselectAggregationPreprocessorBase subselectAggregationPreprocessor,
AggregationService aggregationService,
PriorEvalStrategy priorStrategy,
PreviousGetterStrategy previousStrategy,
Viewable subselectView,
EventTable[] indexes) |
Modifier and Type | Class and Description |
---|---|
class |
SubordTableLookupStrategyVDW |
Modifier and Type | Method and Description |
---|---|
SubordTableLookupStrategy |
VirtualDWViewImpl.getSubordinateLookupStrategy(SubordTableLookupStrategyFactoryVDW subordTableFactory,
AgentInstanceContext agentInstanceContext) |
SubordTableLookupStrategy |
VirtualDWView.getSubordinateLookupStrategy(SubordTableLookupStrategyFactoryVDW subordTableFactory,
AgentInstanceContext agentInstanceContext) |
SubordTableLookupStrategy |
SubordTableLookupStrategyFactoryVDW.makeStrategy(EventTable[] eventTable,
AgentInstanceContext agentInstanceContext,
VirtualDWView vdw) |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentationCommonDefault.qIndexSubordLookup(SubordTableLookupStrategy subordTableLookupStrategy,
EventTable optionalEventIndex,
int[] keyStreamNums) |
void |
InstrumentationCommon.qIndexSubordLookup(SubordTableLookupStrategy subordTableLookupStrategy,
EventTable optionalEventIndex,
int[] keyStreamNums) |
Copyright © 2005–2018. All rights reserved.