Modifier and Type | Class and Description |
---|---|
class |
CompositeTableLookupPlanForge
Plan to perform an indexed table lookup.
|
class |
FullTableScanLookupPlanForge
Plan for a full table scan.
|
class |
FullTableScanUniquePerKeyLookupPlanForge
Plan for a full table scan.
|
class |
IndexedTableLookupPlanHashedOnlyForge
Plan to perform an indexed table lookup.
|
class |
InKeywordTableLookupPlanMultiIdxForge
Plan to perform an indexed table lookup.
|
class |
InKeywordTableLookupPlanSingleIdxForge
Plan to perform an indexed table lookup.
|
class |
SortedTableLookupPlanForge
Plan to perform an indexed table lookup.
|
Modifier and Type | Method and Description |
---|---|
TableLookupPlanForge |
TableOuterLookupNodeForge.getLookupStrategySpec()
Returns lookup plan.
|
TableLookupPlanForge |
TableLookupNodeForge.getLookupStrategySpec()
Returns lookup plan.
|
TableLookupPlanForge |
TableLookupNodeForge.getTableLookupPlan() |
Constructor and Description |
---|
TableLookupNodeForge(TableLookupPlanForge tableLookupPlan)
Ctor.
|
TableOuterLookupNodeForge(TableLookupPlanForge tableLookupPlan)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static TableLookupPlanForge |
NStreamQueryPlanBuilder.createLookupPlan(QueryGraphForge queryGraph,
int currentLookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
QueryPlanIndexForge indexSpecs,
EventType[] typesPerStream,
TableMetaData indexedStreamTableMeta)
Create the table lookup plan for a from-stream to look up in an indexed stream
using the columns supplied in the query graph and looking at the actual indexes available
and their index number.
|
Modifier and Type | Method and Description |
---|---|
TableLookupPlanForge[] |
LookupInstructionPlanForge.getLookupPlans() |
Constructor and Description |
---|
LookupInstructionPlanForge(int fromStream,
String fromStreamName,
int[] toStreams,
TableLookupPlanForge[] lookupPlans,
HistoricalDataPlanNodeForge[] historicalPlans,
boolean[] requiredPerStream)
Ctor.
|
Copyright © 2005–2018. All rights reserved.