Expand description
Chunk indexing — resolves chunk locations from various storage strategies.
Supports all six HDF5 chunk indexing types:
- V1 B-tree chunk indexing (btree_v1 type 1) — dispatched externally
- V2 B-tree chunk indexing (btree_v2 types 10 and 11)
- Single chunk indexing
- Implicit chunk indexing
- Fixed array indexing (fixed_array module)
- Extensible array indexing (extensible_array module)
Structs§
- Chunk
Entry - A resolved chunk location within the file.
Functions§
- collect_
implicit_ chunk_ entries - Collect chunk entries for implicit indexing.
- collect_
v2_ chunk_ entries - Collect chunk entries from a B-tree v2 chunk index.
- single_
chunk_ entry - Resolve a single-chunk layout.