Class RulePushLargeIn
- java.lang.Object
-
- org.teiid.query.optimizer.relational.rules.RulePushLargeIn
-
- All Implemented Interfaces:
OptimizerRule
public class RulePushLargeIn extends Object implements OptimizerRule
Look for large in predicates that were not pushed and push them as dependent set criteria
-
-
Constructor Summary
Constructors Constructor Description RulePushLargeIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanNode
execute(PlanNode plan, QueryMetadataInterface metadata, CapabilitiesFinder capabilitiesFinder, RuleStack rules, AnalysisRecord analysisRecord, CommandContext context)
String
toString()
-
-
-
Method Detail
-
execute
public PlanNode execute(PlanNode plan, QueryMetadataInterface metadata, CapabilitiesFinder capabilitiesFinder, RuleStack rules, AnalysisRecord analysisRecord, CommandContext context) throws QueryPlannerException, QueryMetadataException, TeiidComponentException
- Specified by:
execute
in interfaceOptimizerRule
- Throws:
QueryPlannerException
QueryMetadataException
TeiidComponentException
-
-