Class HistoricalIndexLookupStrategyNoIndexForge
java.lang.Object
com.espertech.esper.common.internal.epl.historical.lookupstrategy.HistoricalIndexLookupStrategyNoIndexForge
- All Implemented Interfaces:
HistoricalIndexLookupStrategyForge
public class HistoricalIndexLookupStrategyNoIndexForge
extends Object
implements HistoricalIndexLookupStrategyForge
Full table scan strategy for a poll-based cache result.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionmake
(CodegenMethodScope method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
-
Field Details
-
INSTANCE
-
-
Method Details
-
make
public CodegenExpression make(CodegenMethodScope method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
make
in interfaceHistoricalIndexLookupStrategyForge
-
toQueryPlan
- Specified by:
toQueryPlan
in interfaceHistoricalIndexLookupStrategyForge
-