Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtable.h141 struct BestIndexInfo { struct
142 bool order_by_consumed = false;
143 uint32_t estimated_cost = 0;
144 std::vector<bool> omit;
Dstats_table.cc48 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
Dspan_join_operator_table.cc167 int SpanJoinOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument