Class SubordTableLookupStrategyFactoryForgeVDW
java.lang.Object
com.espertech.esper.common.internal.epl.virtualdw.SubordTableLookupStrategyFactoryForgeVDW
- All Implemented Interfaces:
SubordTableLookupStrategyFactoryForge
public class SubordTableLookupStrategyFactoryForgeVDW
extends Object
implements SubordTableLookupStrategyFactoryForge
Strategy for looking up, in some sort of table or index, or a set of events, potentially based on the
events properties, and returning a set of matched events.
-
Constructor Summary
ConstructorsConstructorDescriptionSubordTableLookupStrategyFactoryForgeVDW
(String statementName, Annotation[] annotations, EventType[] outerStreams, List<SubordPropHashKeyForge> hashKeys, CoercionDesc hashKeyCoercionTypes, List<SubordPropRangeKeyForge> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, SubordPropPlan joinDesc, boolean forceTableScan, SubordinateQueryPlannerIndexPropListPair hashAndRanges) -
Method Summary
Modifier and TypeMethodDescriptionmake
(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
-
Constructor Details
-
SubordTableLookupStrategyFactoryForgeVDW
public SubordTableLookupStrategyFactoryForgeVDW(String statementName, Annotation[] annotations, EventType[] outerStreams, List<SubordPropHashKeyForge> hashKeys, CoercionDesc hashKeyCoercionTypes, List<SubordPropRangeKeyForge> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, SubordPropPlan joinDesc, boolean forceTableScan, SubordinateQueryPlannerIndexPropListPair hashAndRanges)
-
-
Method Details
-
make
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
make
in interfaceSubordTableLookupStrategyFactoryForge
-
toQueryPlan
- Specified by:
toQueryPlan
in interfaceSubordTableLookupStrategyFactoryForge
-