Module coord

Module coord 

Source
Expand description

Coordinate utilities for Zarr array flattening

Provides utilities for building DictionaryArrays from coordinate values, calculating subset ranges for limit optimization, and building coordinate keys.

Enums§

CoordValues
Coordinate values that can be either i64 or f32/f64

Functions§

build_coord_keys
Build keys array for DictionaryArray
calculate_coord_limits
Calculate how many values we need from each coordinate for a given row limit
calculate_limited_subset
Calculate the subset ranges needed for a limited number of rows
create_coord_dictionary_typed
Create a DictionaryArray for a coordinate column with proper type