Searched defs:BestIndexInfo (Results 1 – 3 of 3) sorted by relevance
141 struct BestIndexInfo { struct142 bool order_by_consumed = false;143 uint32_t estimated_cost = 0;144 std::vector<bool> omit;
48 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
167 int SpanJoinOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument