com.metamatrix.query.optimizer.relational.rules
Class RulePushAggregates

java.lang.Object
  extended by com.metamatrix.query.optimizer.relational.rules.RulePushAggregates
All Implemented Interfaces:
OptimizerRule

public class RulePushAggregates
extends java.lang.Object
implements OptimizerRule

Since:
4.2

Constructor Summary
RulePushAggregates()
           
 
Method Summary
 PlanNode execute(PlanNode plan, QueryMetadataInterface metadata, CapabilitiesFinder capFinder, RuleStack rules, AnalysisRecord analysisRecord, CommandContext context)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RulePushAggregates

public RulePushAggregates()
Method Detail

execute

public PlanNode execute(PlanNode plan,
                        QueryMetadataInterface metadata,
                        CapabilitiesFinder capFinder,
                        RuleStack rules,
                        AnalysisRecord analysisRecord,
                        CommandContext context)
                 throws QueryPlannerException,
                        QueryMetadataException,
                        MetaMatrixComponentException
Specified by:
execute in interface OptimizerRule
Throws:
QueryPlannerException
QueryMetadataException
MetaMatrixComponentException
Since:
4.2
See Also:
OptimizerRule.execute(com.metamatrix.query.optimizer.relational.plantree.PlanNode, com.metamatrix.query.metadata.QueryMetadataInterface, com.metamatrix.query.optimizer.capabilities.CapabilitiesFinder, com.metamatrix.query.optimizer.relational.RuleStack, AnalysisRecord, CommandContext)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Since:
4.2
See Also:
Object.toString()


Copyright © 2009. All Rights Reserved.