public class SubSelectStrategyFactoryIndexShare extends Object implements SubSelectStrategyFactory
Constructor and Description |
---|
SubSelectStrategyFactoryIndexShare() |
Modifier and Type | Method and Description |
---|---|
LookupStrategyDesc |
getLookupStrategyDesc() |
SubSelectStrategyRealization |
instantiate(Viewable viewableRoot,
AgentInstanceContext agentInstanceContext,
List<AgentInstanceStopCallback> stopCallbackList,
int subqueryNumber,
boolean isRecoveringResilient) |
void |
ready(StatementContext statementContext,
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 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(StatementContext statementContext, EventType eventType)
ready
in interface SubSelectStrategyFactory
public SubSelectStrategyRealization instantiate(Viewable viewableRoot, AgentInstanceContext agentInstanceContext, List<AgentInstanceStopCallback> stopCallbackList, int subqueryNumber, boolean isRecoveringResilient)
instantiate
in interface SubSelectStrategyFactory
public LookupStrategyDesc getLookupStrategyDesc()
getLookupStrategyDesc
in interface SubSelectStrategyFactory
Copyright © 2005–2018. All rights reserved.