Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c843 Bitmask extraCols; /* Bitmap of additional columns */ in constructAutomaticIndex() local
911 extraCols = pSrc->colUsed & (~idxCols | MASKBIT(BMS-1)); in constructAutomaticIndex()
916 if( extraCols & MASKBIT(i) ) nKeyCol++; in constructAutomaticIndex()
955 if( extraCols & MASKBIT(i) ){ in constructAutomaticIndex()