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,
EPTypeClass[] hashCoercionTypes,
List<QueryGraphValueEntryRangeForge> rangeKeyPairs,
EPTypeClass[] optRangeCoercionTypes,
QueryPlanIndexForge indexSpecs,
MultiKeyClassRef optionalEPLTableLookupMultiKey) |
Modifier and Type | Method and Description |
---|---|
Collection<CodegenExpression> |
additionalParams(CodegenMethod method,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
TableLookupKeyDesc |
getKeyDescriptor() |
String |
toString() |
EPTypeClass |
typeOfPlanFactory() |
getIndexedStream, getIndexNum, getLookupStream, make
public CompositeTableLookupPlanForge(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum, List<QueryGraphValueEntryHashKeyedForge> hashKeys, EPTypeClass[] hashCoercionTypes, List<QueryGraphValueEntryRangeForge> rangeKeyPairs, EPTypeClass[] optRangeCoercionTypes, QueryPlanIndexForge indexSpecs, MultiKeyClassRef optionalEPLTableLookupMultiKey)
public TableLookupKeyDesc getKeyDescriptor()
getKeyDescriptor
in class TableLookupPlanForge
public EPTypeClass 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–2021. All rights reserved.