public class InterestingPropertyVisitor extends Object implements org.apache.flink.util.Visitor<OptimizerNode>
| 构造器和说明 |
|---|
InterestingPropertyVisitor(CostEstimator estimator)
Creates a new visitor that computes the interesting properties for all nodes in the plan.
|
public InterestingPropertyVisitor(CostEstimator estimator)
estimator - The cost estimator to estimate the maximal costs for interesting properties.public boolean preVisit(OptimizerNode node)
preVisit 在接口中 org.apache.flink.util.Visitor<OptimizerNode>public void postVisit(OptimizerNode visitable)
postVisit 在接口中 org.apache.flink.util.Visitor<OptimizerNode>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.