Searched refs:colNotIdxed (Results 1 – 3 of 3) sorted by relevance
2307 pIdx->colNotIdxed = ~m; in recomputeColumnsNotIndexed()2308 assert( (pIdx->colNotIdxed>>63)==1 ); /* See note-20221022-a */ in recomputeColumnsNotIndexed()
3554 m = pSrc->colUsed & pProbe->colNotIdxed; in whereLoopAddBtree()5234 if( pIdx->isCovering || (pItem->colUsed & pIdx->colNotIdxed)==0 ){ in whereShortCut()
2644 Bitmask colNotIdxed; /* Unindexed columns in pTab */ member