Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c2307 pIdx->colNotIdxed = ~m; in recomputeColumnsNotIndexed()
2308 assert( (pIdx->colNotIdxed>>63)==1 ); /* See note-20221022-a */ in recomputeColumnsNotIndexed()
H A Dwhere.c3554 m = pSrc->colUsed & pProbe->colNotIdxed; in whereLoopAddBtree()
5234 if( pIdx->isCovering || (pItem->colUsed & pIdx->colNotIdxed)==0 ){ in whereShortCut()
H A DsqliteInt.h2644 Bitmask colNotIdxed; /* Unindexed columns in pTab */ member