Searched refs:node_estimator_ (Results 1 – 2 of 2) sorted by relevance
122 : node_estimator_(std::move(node_estimator)), in AnalyticalCostEstimator()137 : node_estimator_(std::move(node_estimator)), in AnalyticalCostEstimator()195 node_costs = node_estimator_->PredictCosts(op_context); in PredictCosts()
71 std::unique_ptr<OpLevelCostEstimator> node_estimator_; variable