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