Modifier and Type | Class and Description |
---|---|
class |
CompositeTableLookupPlanFactory
Plan to perform an indexed table lookup.
|
class |
FullTableScanLookupPlanFactory
Plan for a full table scan.
|
class |
FullTableScanUniquePerKeyLookupPlan
Plan for a full table scan.
|
class |
IndexedTableLookupPlanHashedOnlyFactory
Plan to perform an indexed table lookup.
|
class |
InKeywordTableLookupPlanMultiIdxFactory
Plan to perform an indexed table lookup.
|
class |
InKeywordTableLookupPlanSingleIdxFactory
Plan to perform an indexed table lookup.
|
class |
SortedTableLookupPlanFactory
Plan to perform an indexed table lookup.
|
Modifier and Type | Method and Description |
---|---|
TableLookupPlan |
TableOuterLookupNode.getLookupStrategySpec()
Returns lookup plan.
|
protected TableLookupPlan |
TableLookupNode.getLookupStrategySpec()
Returns lookup plan.
|
TableLookupPlan |
TableLookupNode.getTableLookupPlan() |
Constructor and Description |
---|
TableLookupNode(TableLookupPlan tableLookupPlan)
Ctor.
|
TableOuterLookupNode(TableLookupPlan tableLookupPlan)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
TableLookupPlan[] |
LookupInstructionPlan.getLookupPlans() |
Constructor and Description |
---|
LookupInstructionPlan(int fromStream,
String fromStreamName,
int[] toStreams,
TableLookupPlan[] lookupPlans,
HistoricalDataPlanNode[] historicalPlans,
boolean[] requiredPerStream)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
JoinExecTableLookupStrategy |
VirtualDWViewImpl.getJoinLookupStrategy(TableLookupPlan tableLookupPlan,
AgentInstanceContext agentInstanceContext,
EventTable[] eventTables,
int lookupStream) |
JoinExecTableLookupStrategy |
VirtualDWView.getJoinLookupStrategy(TableLookupPlan tableLookupPlan,
AgentInstanceContext agentInstanceContext,
EventTable[] eventTables,
int lookupStream) |
Constructor and Description |
---|
JoinExecTableLookupStrategyVirtualDW(String namedWindowName,
VirtualDataWindowLookup externalIndex,
TableLookupPlan tableLookupPlan) |
Copyright © 2005–2018. All rights reserved.