Class PollResultIndexingStrategyNoIndexForge
java.lang.Object
com.espertech.esper.common.internal.epl.historical.indexingstrategy.PollResultIndexingStrategyNoIndexForge
- All Implemented Interfaces:
PollResultIndexingStrategyForge
public class PollResultIndexingStrategyNoIndexForge
extends Object
implements PollResultIndexingStrategyForge
Strategy of indexing that simply builds an unindexed table of poll results.
For use when caching is disabled or when no proper index could be build because no where-clause or on-clause exists or these clauses don't yield indexable columns on analysis.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionmake
(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
-
Field Details
-
INSTANCE
-
-
Method Details
-
make
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope) - Specified by:
make
in interfacePollResultIndexingStrategyForge
-
toQueryPlan
- Specified by:
toQueryPlan
in interfacePollResultIndexingStrategyForge
-