Searched refs:estimated_cost (Results 1 – 13 of 13) sorted by relevance
55 info->estimated_cost = static_cast<uint32_t>(storage_->process_count()); in BestIndex()61 info->estimated_cost = IsOpEq(constraints.front().op) ? 1 : 10; in BestIndex()
56 info->estimated_cost = static_cast<uint32_t>(storage_->thread_count()); in BestIndex()63 info->estimated_cost = IsOpEq(constraints.front().op) ? 1 : 10; in BestIndex()
53 info->estimated_cost = 1; in BestIndex()59 info->estimated_cost = static_cast<uint32_t>(storage_->args().args_count()); in BestIndex()
91 info.order_by_consumed, info.estimated_cost); in BestIndexInternal()98 idx->estimatedCost = info.estimated_cost; in BestIndexInternal()
48 info->estimated_cost = EstimateCost(qc); in BestIndex()
49 info->estimated_cost = static_cast<uint32_t>(storage_->android_logs().size()); in BestIndex()
51 info->estimated_cost = in BestIndex()
51 info->estimated_cost = EstimateCost(qc); in BestIndex()
54 info->estimated_cost = static_cast<uint32_t>(storage_->string_count()); in BestIndex()
52 info->estimated_cost = EstimateCost(qc); in BestIndex()
50 info->estimated_cost = EstimateQueryCost(qc); in BestIndex()
143 uint32_t estimated_cost = 0; member
65 info->estimated_cost = RowCount(); in BestIndex()