-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
struct sqlite3_index_info
includes a mask of all column indexes used:
Line 7487 in 7658c06
sqlite3_uint64 colUsed; /* Input: Mask of columns used by statement */ |
This should be included as a parameter to the BestIndex virtual table callback.
Metadata
Metadata
Assignees
Labels
No labels