Home
last modified time | relevance | path

Searched defs:BestIndexInfo (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_table.h158 struct BestIndexInfo { struct
164 std::vector<bool> sqlite_omit_constraint;
172 bool sqlite_omit_order_by = false;
175 double estimated_cost = 0;
178 int64_t estimated_rows = 0;
Dsql_stats_table.cc59 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
Dstats_table.cc53 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
Dwindow_operator_table.cc64 int WindowOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument