public interface TransformationRule
VolcanoPlanner, HepPlanner will ignore this interface.
That means, in HepPlanner, the rule that implements
TransformationRule can still match with physical operator of
PhysicalNode and generate physical alternatives.
But in VolcanoPlanner, TransformationRule doesn't match
with physical operator that implements PhysicalNode. It is not
allowed to generate physical operators in TransformationRule,
unless you are using it in HepPlanner.
VolcanoPlanner,
SubstitutionRuleCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.