public class PollResultIndexingStrategyNoIndexForge extends Object implements PollResultIndexingStrategyForge
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.
Modifier and Type | Field and Description |
---|---|
static PollResultIndexingStrategyNoIndexForge |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
make(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
String |
toQueryPlan() |
public static final PollResultIndexingStrategyNoIndexForge INSTANCE
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
make
in interface PollResultIndexingStrategyForge
public String toQueryPlan()
toQueryPlan
in interface PollResultIndexingStrategyForge
Copyright © 2005–2018. All rights reserved.