Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17175 unsigned isCovering:1; /* True if this is a covering index */ member
108688 pPk->isCovering = 1;
110259 pIndex->isCovering = 1;
110263 pIndex->isCovering = 0;
143035 if( pProbe->isCovering ){
144467 if( pIdx->isCovering || (pItem->colUsed & pIdx->colNotIdxed)==0 ){

Completed in 390 milliseconds