Searched refs:isCovering (Results 1 – 3 of 3) sorted by relevance
2416 pPk->isCovering = 1; in convertToWithoutRowidTable()4268 pIndex->isCovering = 1; in sqlite3CreateIndex()4272 pIndex->isCovering = 0; in sqlite3CreateIndex()
3550 if( pProbe->isCovering ){ in whereLoopAddBtree()5234 if( pIdx->isCovering || (pItem->colUsed & pIdx->colNotIdxed)==0 ){ in whereShortCut()
2628 unsigned isCovering:1; /* True if this is a covering index */ member