Searched refs:cost_and_rows (Results 1 – 1 of 1) sorted by relevance
172 auto cost_and_rows = EstimateCost(schema, row_count, qc); in BestIndex() local173 info->estimated_cost = cost_and_rows.cost; in BestIndex()174 info->estimated_rows = cost_and_rows.rows; in BestIndex()