Skip to main content

Module node

Module node 

Source
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/max are parallel to schema dims.
RNode
One node in the Hilbert-packed R-tree.

Enums§

RNodeKind