Searched refs:SQLITE_CoverIdxScan (Results 1 – 3 of 3) sorted by relevance
1771 #define SQLITE_CoverIdxScan 0x00000020 /* Covering index scans */ macro
7661 { "cover-idx-scan", SQLITE_CoverIdxScan }, in optimization_control()
3571 && OptimizationEnabled(pWInfo->pParse->db, SQLITE_CoverIdxScan) in whereLoopAddBtree()