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