Skip to content

Commit 06312eb

Browse files
committed
refactor: rename RowIdTreeMap to RowAddrTreeMap
1 parent c3600d4 commit 06312eb

File tree

25 files changed

+352
-351
lines changed

25 files changed

+352
-351
lines changed

docs/src/format/table/index/scalar/bitmap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ The bitmap index consists of a single file `bitmap_page_lookup.lance` that store
1515

1616
### File Schema
1717

18-
| Column | Type | Nullable | Description |
19-
|-----------|------------|----------|---------------------------------------------------------------------|
20-
| `keys` | {DataType} | true | The unique value from the indexed column |
21-
| `bitmaps` | Binary | true | Serialized RowIdTreeMap containing row IDs where this value appears |
18+
| Column | Type | Nullable | Description |
19+
|-----------|------------|----------|-------------------------------------------------------------------------|
20+
| `keys` | {DataType} | true | The unique value from the indexed column |
21+
| `bitmaps` | Binary | true | Serialized RowAddrTreeMap containing row addrs where this value appears |
2222

2323
## Accelerated Queries
2424

docs/src/format/table/index/scalar/label_list.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The label list index uses a bitmap index internally and stores its data in:
1717

1818
### File Schema
1919

20-
| Column | Type | Nullable | Description |
21-
|-----------|------------|----------|---------------------------------------------------------------------|
22-
| `keys` | {DataType} | true | The unique label value from the indexed column |
23-
| `bitmaps` | Binary | true | Serialized RowIdTreeMap containing row IDs where this label appears |
20+
| Column | Type | Nullable | Description |
21+
|-----------|------------|----------|------------------------------------------------------------------------|
22+
| `keys` | {DataType} | true | The unique label value from the indexed column |
23+
| `bitmaps` | Binary | true | Serialized RowAddrTreeMap containing row addr where this label appears |
2424

2525
## Accelerated Queries
2626

0 commit comments

Comments
 (0)