pub fn encode_cell_prefix(
schema: &ArraySchema,
coord: &[CoordValue],
) -> ArrayResult<u64>Expand description
Encode whichever space-filling curve the schema declares for cells.
pub fn encode_cell_prefix(
schema: &ArraySchema,
coord: &[CoordValue],
) -> ArrayResult<u64>Encode whichever space-filling curve the schema declares for cells.