Add colsUsed to vtable BestIndex callback#1378
Add colsUsed to vtable BestIndex callback#1378theimpostor wants to merge 2 commits intomattn:masterfrom
Conversation
|
Thanks for splitting this out. The feature itself is welcome — My concern is that changing the This repo already uses optional interfaces for extensions (see type VTabBestIndexV2 interface {
BestIndexV2([]InfoConstraint, []InfoOrderBy, uint64) (*IndexResult, error)
}In Minor: SQLite names the field |
Split out of #1336 per review feedback.
Summary
sqlite3_index_info.colUsedthrough to the GoVTab.BestIndexcallbackcolsUsedmaskFixes #1323.