pub fn encode_hilbert_prefix(
schema: &ArraySchema,
coord: &[CoordValue],
) -> ArrayResult<u64>Expand description
Encode a Hilbert prefix for one cell coordinate using the schema’s configured per-dim bit budget.
pub fn encode_hilbert_prefix(
schema: &ArraySchema,
coord: &[CoordValue],
) -> ArrayResult<u64>Encode a Hilbert prefix for one cell coordinate using the schema’s configured per-dim bit budget.