Home
last modified time | relevance | path

Searched refs:estimated_cost (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_table.cc83 info.estimated_cost = idx->estimatedCost; in BestIndexInternal()
105 idx->estimatedCost = info.estimated_cost; in BestIndexInternal()
Dsqlite_table.h175 double estimated_cost = 0; member
Ddb_sqlite_table.cc173 info->estimated_cost = cost_and_rows.cost; in BestIndex()