Skip to main content

Module tile

Module tile 

Source

Re-exports§

pub use cell_payload::CELL_GDPR_ERASURE_SENTINEL;
pub use cell_payload::CELL_TOMBSTONE_SENTINEL;
pub use cell_payload::CellPayload;
pub use cell_payload::is_cell_gdpr_erasure;
pub use cell_payload::is_cell_sentinel;
pub use cell_payload::is_cell_tombstone;
pub use dense_tile::DenseTile;
pub use layout::tile_id_for_cell;
pub use layout::tile_indices_for_cell;
pub use mbr::AttrStats;
pub use mbr::TileMBR;
pub use promotion::DENSE_PROMOTION_THRESHOLD;
pub use promotion::should_promote_to_dense;
pub use promotion::sparse_to_dense;
pub use sparse_tile::SparseTile;

Modules§

cell_payload
Bitemporal cell payload for the array engine.
dense_tile
Dense tile payload — flat row-major attribute arrays.
layout
Tile layout — mapping cell coordinates to tile boundaries.
mbr
Per-tile Minimum Bounding Region + per-attr statistics.
promotion
Sparse → dense promotion at fill ratio > DENSE_PROMOTION_THRESHOLD.
sparse_tile
Sparse tile payload — coordinate list + per-attribute columns.

Constants§

OPEN_UPPER
Sentinel value marking an interval’s upper bound as open (“until further notice”).