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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c18651 ** The colNotIdxed bitmask is used in combination with SrcItem.colUsed
18653 ** colNotIdxed has a 1 bit for every column of the original table that
18655 ** "colUsed & colNotIdxed" will be non-zero if the index is not a
18656 ** covering index. The most significant bit of of colNotIdxed will always
18658 ** table is used, the "colUsed & colNotIdxed" test will always be non-zero
18710 Bitmask colNotIdxed; /* Unindexed columns in pTab */ member in struct:Index
[all...]

Completed in 545 milliseconds