public class FullTableScanLookupPlan extends TableLookupPlan
Constructor and Description |
---|
FullTableScanLookupPlan(int lookupStream,
int indexedStream,
TableLookupIndexReqKey indexNum)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
TableLookupKeyDesc |
getKeyDescriptor() |
JoinExecTableLookupStrategy |
makeStrategyInternal(EventTable[] eventTable,
EventType[] eventTypes) |
String |
toString() |
getIndexedStream, getIndexNum, getLookupStream, makeStrategy
public FullTableScanLookupPlan(int lookupStream, int indexedStream, TableLookupIndexReqKey indexNum)
lookupStream
- - stream that generates event to look up forindexedStream
- - stream to full table scanindexNum
- - index number for the table containing the full unindexed contentspublic TableLookupKeyDesc getKeyDescriptor()
getKeyDescriptor
in class TableLookupPlan
public JoinExecTableLookupStrategy makeStrategyInternal(EventTable[] eventTable, EventType[] eventTypes)
makeStrategyInternal
in class TableLookupPlan
public String toString()
toString
in class TableLookupPlan