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§
- Coord
Values - 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