Searched defs:BestIndexInfo (Results 1 – 4 of 4) sorted by relevance
158 struct BestIndexInfo { struct164 std::vector<bool> sqlite_omit_constraint;172 bool sqlite_omit_order_by = false;175 double estimated_cost = 0;178 int64_t estimated_rows = 0;
59 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
53 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument
64 int WindowOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() argument