Searched refs:kFixedQueryCost (Results 1 – 1 of 1) sorted by relevance
259 constexpr double kFixedQueryCost = 1000.0; in EstimateCost() local271 return QueryCost{kFixedQueryCost, 0}; in EstimateCost()322 kFixedQueryCost + filter_cost + sort_cost + iteration_cost; in EstimateCost()