Lines Matching defs:colUsed
7387 ** The colUsed field indicates which columns of the virtual table may be
7391 ** the corresponding bit is set within the colUsed mask if the column may be
7393 ** to the right of the first 63 is required, then bit 63 of colUsed is also
7395 ** (colUsed & ((sqlite3_uint64)1 << (iCol>=63 ? 63 : iCol))) evaluates to
7486 sqlite3_uint64 colUsed; /* Input: Mask of columns used by statement */
9947 ** contain the same values for all columns identified by "colUsed", all but
9950 ** over the "colUsed" columns, but if the virtual table can do that without
9958 ** identified by "colUsed", then all but one such row may optionally be
9960 ** is not required to omit rows that are duplicates over the "colUsed"
9977 ** <td valign="top">Duplicates over all colUsed columns may be omitted