Skip to content

Commit da5a958

Browse files
authored
docs: rename RowIdTreeMap to RowAddrTreeMap in rtree.md (#5564)
1 parent d77701b commit da5a958

File tree

1 file changed

+4
-4
lines changed
  • docs/src/format/table/index/scalar

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Hilbert sorting is performed in three steps:
6464
The R-Tree index consists of two files:
6565

6666
1. `page_data.lance` - Stores all pages (leaf, branch) as repeated `(bbox, id)` tuples, written bottom-up (leaves first, then branch levels)
67-
2. `nulls.lance` - Stores a serialized RowIdTreeMap of rows with null
67+
2. `nulls.lance` - Stores a serialized RowAddrTreeMap of rows with null
6868

6969
### Page File Schema
7070

@@ -75,9 +75,9 @@ The R-Tree index consists of two files:
7575

7676
### Nulls File Schema
7777

78-
| Column | Type | Nullable | Description |
79-
|:--------|:-------|:---------|:-----------------------------------------------------------|
80-
| `nulls` | Binary | false | Serialized RowIdTreeMap of rows with null/invalid geometry |
78+
| Column | Type | Nullable | Description |
79+
|:--------|:-------|:---------|:-------------------------------------------------------------|
80+
| `nulls` | Binary | false | Serialized RowAddrTreeMap of rows with null/invalid geometry |
8181

8282
### Schema Metadata
8383

0 commit comments

Comments
 (0)