public class FullTableScanUniquePerKeyLookupPlanForge extends TableLookupPlanForge
indexedStream, indexedStreamIsVDW, lookupStream, typesPerStream
Constructor and Description |
---|
FullTableScanUniquePerKeyLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum) |
Modifier and Type | Method and Description |
---|---|
Collection<CodegenExpression> |
additionalParams(CodegenMethod method,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
TableLookupKeyDesc |
getKeyDescriptor() |
String |
toString() |
Class |
typeOfPlanFactory() |
getIndexedStream, getIndexNum, getLookupStream, make
public FullTableScanUniquePerKeyLookupPlanForge(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum)
public TableLookupKeyDesc getKeyDescriptor()
getKeyDescriptor
in class TableLookupPlanForge
public Class typeOfPlanFactory()
typeOfPlanFactory
in class TableLookupPlanForge
public Collection<CodegenExpression> additionalParams(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
additionalParams
in class TableLookupPlanForge
public String toString()
toString
in class TableLookupPlanForge
Copyright © 2005–2018. All rights reserved.