Home
last modified time | relevance | path

Searched refs:isCovering (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dbuild.c2416 pPk->isCovering = 1; in convertToWithoutRowidTable()
4268 pIndex->isCovering = 1; in sqlite3CreateIndex()
4272 pIndex->isCovering = 0; in sqlite3CreateIndex()
H A Dwhere.c3550 if( pProbe->isCovering ){ in whereLoopAddBtree()
5234 if( pIdx->isCovering || (pItem->colUsed & pIdx->colNotIdxed)==0 ){ in whereShortCut()
H A DsqliteInt.h2628 unsigned isCovering:1; /* True if this is a covering index */ member