Commit 6b8f7c2
feat: show scalar index type in ScalarIndexQuery plan output (#6677)
The ScalarIndexQuery (and MaterializeIndex) plan nodes now display the
underlying scalar index type (BTree, Bitmap, NGram, LabelList, etc.)
alongside the index name, e.g. `[category = 1]@category_idx(Bitmap)`.
This makes it easier to tell which kind of index is being used when
inspecting analyze/explain output without cross-referencing the
manifest.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9cae5bd commit 6b8f7c2
14 files changed
Lines changed: 177 additions & 55 deletions
File tree
- rust
- lance-index/src/scalar
- lance/src
- dataset
- mem_wal/memtable
- io/exec
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1495 | 1495 | | |
1496 | 1496 | | |
1497 | 1497 | | |
1498 | | - | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
1499 | 1503 | | |
1500 | 1504 | | |
1501 | 1505 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1088 | 1088 | | |
1089 | 1089 | | |
1090 | 1090 | | |
1091 | | - | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
1092 | 1096 | | |
1093 | 1097 | | |
1094 | 1098 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2706 | 2706 | | |
2707 | 2707 | | |
2708 | 2708 | | |
2709 | | - | |
| 2709 | + | |
| 2710 | + | |
| 2711 | + | |
| 2712 | + | |
| 2713 | + | |
2710 | 2714 | | |
2711 | 2715 | | |
2712 | 2716 | | |
| |||
0 commit comments