public class CompositeTableLookupPlanForge extends TableLookupPlanForge
indexedStream, indexedStreamIsVDW, lookupStream, typesPerStream
Constructor and Description |
---|
CompositeTableLookupPlanForge(int lookupStream,
int indexedStream,
boolean indexedStreamIsVDW,
EventType[] typesPerStream,
TableLookupIndexReqKey indexNum,
List<QueryGraphValueEntryHashKeyedForge> hashKeys,
Class[] hashCoercionTypes,
List<QueryGraphValueEntryRangeForge> rangeKeyPairs,
Class[] optRangeCoercionTypes) |
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 CompositeTableLookupPlanForge(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum, List<QueryGraphValueEntryHashKeyedForge> hashKeys, Class[] hashCoercionTypes, List<QueryGraphValueEntryRangeForge> rangeKeyPairs, Class[] optRangeCoercionTypes)
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.