public class SubSelectStrategyFactoryIndexShare extends Object implements SubSelectStrategyFactory
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
SubSelectStrategyFactoryIndexShare() |
Modifier and Type | Method and Description |
---|---|
LookupStrategyDesc |
getLookupStrategyDesc() |
SubSelectStrategyRealization |
instantiate(Viewable viewableRoot,
ExprEvaluatorContext exprEvaluatorContext,
List<AgentInstanceMgmtCallback> stopCallbackList,
int subqueryNumber,
boolean isRecoveringResilient) |
void |
ready(SubSelectStrategyFactoryContext subselectFactoryContext,
EventType eventType) |
void |
setAggregationServiceFactory(AggregationServiceFactory aggregationServiceFactory) |
void |
setFilterExprEval(ExprEvaluator filterExprEval) |
void |
setGroupKeyEval(ExprEvaluator groupKeyEval) |
void |
setNamedWindow(NamedWindow namedWindow) |
void |
setQueryPlan(SubordinateQueryPlanDesc queryPlan) |
void |
setTable(Table table) |
public static final EPTypeClass EPTYPE
public void setNamedWindow(NamedWindow namedWindow)
public void setTable(Table table)
public void setQueryPlan(SubordinateQueryPlanDesc queryPlan)
public void setAggregationServiceFactory(AggregationServiceFactory aggregationServiceFactory)
public void setGroupKeyEval(ExprEvaluator groupKeyEval)
public void setFilterExprEval(ExprEvaluator filterExprEval)
public void ready(SubSelectStrategyFactoryContext subselectFactoryContext, EventType eventType)
ready
in interface SubSelectStrategyFactory
public SubSelectStrategyRealization instantiate(Viewable viewableRoot, ExprEvaluatorContext exprEvaluatorContext, List<AgentInstanceMgmtCallback> stopCallbackList, int subqueryNumber, boolean isRecoveringResilient)
instantiate
in interface SubSelectStrategyFactory
public LookupStrategyDesc getLookupStrategyDesc()
getLookupStrategyDesc
in interface SubSelectStrategyFactory
Copyright © 2005–2021. All rights reserved.