Class FullTableScanUniquePerKeyLookupPlanForge
java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplan.TableLookupPlanForge
com.espertech.esper.common.internal.epl.join.indexlookupplan.FullTableScanUniquePerKeyLookupPlanForge
- All Implemented Interfaces:
CodegenMakeable<SAIFFInitializeSymbol>
Plan for a full table scan.
-
Field Summary
Fields inherited from class com.espertech.esper.common.internal.epl.join.queryplan.TableLookupPlanForge
indexedStream, indexedStreamIsVDW, lookupStream, typesPerStream
-
Constructor Summary
ConstructorDescriptionFullTableScanUniquePerKeyLookupPlanForge
(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum) -
Method Summary
Modifier and TypeMethodDescriptionadditionalParams
(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) toString()
Methods inherited from class com.espertech.esper.common.internal.epl.join.queryplan.TableLookupPlanForge
getIndexedStream, getIndexNum, getLookupStream, make
-
Constructor Details
-
FullTableScanUniquePerKeyLookupPlanForge
public FullTableScanUniquePerKeyLookupPlanForge(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum)
-
-
Method Details
-
getKeyDescriptor
- Specified by:
getKeyDescriptor
in classTableLookupPlanForge
-
typeOfPlanFactory
- Specified by:
typeOfPlanFactory
in classTableLookupPlanForge
-
additionalParams
public Collection<CodegenExpression> additionalParams(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
additionalParams
in classTableLookupPlanForge
-
toString
- Overrides:
toString
in classTableLookupPlanForge
-