Class FullTableScanLookupPlanForge
java.lang.Object
com.espertech.esper.common.internal.epl.join.queryplan.TableLookupPlanForge
com.espertech.esper.common.internal.epl.join.indexlookupplan.FullTableScanLookupPlanForge
- 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
ConstructorDescriptionFullTableScanLookupPlanForge
(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum) Ctor. -
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
-
FullTableScanLookupPlanForge
public FullTableScanLookupPlanForge(int lookupStream, int indexedStream, boolean indexedStreamIsVDW, EventType[] typesPerStream, TableLookupIndexReqKey indexNum) Ctor.- Parameters:
lookupStream
- stream that generates event to look up forindexedStream
- stream to full table scanindexNum
- index number for the table containing the full unindexed contentstypesPerStream
- typesindexedStreamIsVDW
- vdw indicator
-
-
Method Details
-
getKeyDescriptor
- Specified by:
getKeyDescriptor
in classTableLookupPlanForge
-
toString
- Overrides:
toString
in classTableLookupPlanForge
-
typeOfPlanFactory
- Specified by:
typeOfPlanFactory
in classTableLookupPlanForge
-
additionalParams
public Collection<CodegenExpression> additionalParams(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
additionalParams
in classTableLookupPlanForge
-