Expand description
R-tree node + bounding box.
BBox stores per-dim min/max as DomainBound so it can carry the
mixed-type coordinates produced by crate::tile::mbr. The tree
is built once from segment-footer entries and is read-only;
split/merge operations would land here if/when we need a writeable
variant.
Structs§
- BBox
- Per-dim bounding box.
min/maxare parallel to schema dims. - RNode
- One node in the Hilbert-packed R-tree.