Class RuleSubstituteExpressions
- java.lang.Object
-
- org.teiid.query.optimizer.relational.rules.RuleSubstituteExpressions
-
- All Implemented Interfaces:
OptimizerRule
public class RuleSubstituteExpressions extends Object implements OptimizerRule
Substitutes column references for expressions
-
-
Constructor Summary
Constructors Constructor Description RuleSubstituteExpressions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanNodeexecute(PlanNode plan, QueryMetadataInterface metadata, CapabilitiesFinder capabilitiesFinder, RuleStack rules, AnalysisRecord analysisRecord, CommandContext context)StringtoString()
-
-
-
Method Detail
-
execute
public PlanNode execute(PlanNode plan, QueryMetadataInterface metadata, CapabilitiesFinder capabilitiesFinder, RuleStack rules, AnalysisRecord analysisRecord, CommandContext context) throws QueryPlannerException, QueryMetadataException, TeiidComponentException
- Specified by:
executein interfaceOptimizerRule- Throws:
QueryPlannerExceptionQueryMetadataExceptionTeiidComponentException
-
-