Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c842 Bitmask idxCols; /* Bitmap of columns used for indexing */ in constructAutomaticIndex() local
863 idxCols = 0; in constructAutomaticIndex()
889 if( (idxCols & cMask)==0 ){ in constructAutomaticIndex()
894 idxCols |= cMask; in constructAutomaticIndex()
911 extraCols = pSrc->colUsed & (~idxCols | MASKBIT(BMS-1)); in constructAutomaticIndex()
929 idxCols = 0; in constructAutomaticIndex()
939 if( (idxCols & cMask)==0 ){ in constructAutomaticIndex()
941 idxCols |= cMask; in constructAutomaticIndex()