Skip to main content

Module fixed_array

Module fixed_array 

Source
Expand description

HDF5 Fixed Array (FA) chunk index.

This is the default chunk index for fixed-size chunked datasets created with libver='latest'. It stores chunk entries in a flat array (optionally paged) with a single-level header โ†’ data block structure.

Structures:

  • FAHD โ€” Fixed Array Header
  • FADB โ€” Fixed Array Data Block

Functionsยง

collect_fixed_array_chunk_entries
Collect chunk entries from a Fixed Array index.