Skip to main content

Module ceiling

Module ceiling 

Source
Expand description

Coordinate-level Ceiling resolution for bitemporal cell versions.

ceiling_resolve_cell finds the latest system-time version of a cell at or before system_as_of, optionally filtered by a valid-time point valid_at_ms. The caller supplies the version iterator newest-first; this function performs no I/O.

Structs§

CeilingParams
Parameters for ceiling_resolve_cell bundled to avoid a long argument list.

Enums§

CeilingResult
Result of a Ceiling resolution for a single cell coordinate.

Functions§

ceiling_resolve_cell
Resolve the Ceiling for a single cell coordinate.