Expand description
Array layout definitions and array metadata.
Each array stored in the file has an ArrayMeta entry in the footer
describing its type, dimensions, and how its data is laid out across blocks.
Structs§
- Archived
Array Layout - An archived
ArrayLayout - Archived
Array Meta - An archived
ArrayMeta - Archived
Chunk Entry - An archived
ChunkEntry - Archived
Storage Layout - An archived
StorageLayout - Array
Layout - Describes how an array’s data is distributed across blocks.
- Array
Layout Resolver - The resolver for an archived
ArrayLayout - Array
Meta - Metadata for a single array stored in the file.
- Array
Meta Resolver - The resolver for an archived
ArrayMeta - Chunk
Entry - A single entry in the chunk table: a coordinate vector paired with its storage address.
- Chunk
Entry Resolver - The resolver for an archived
ChunkEntry - Storage
Layout - Describes the physical storage strategy for array data.
- Storage
Layout Resolver - The resolver for an archived
StorageLayout
Enums§
- Archived
Attr Index Kind - An archived
AttrIndexKind - Archived
Attribute Value - An archived
AttributeValue - Archived
Attributes - An archived
Attributes - Archived
Fill Value - An archived
FillValue - Attr
Index Kind - Controls the integer width used for attribute key/value dictionary indices.
- Attr
Index Kind Resolver - The resolver for an archived
AttrIndexKind - Attribute
Value - A scalar value for a per-array key-value attribute.
- Attribute
Value Resolver - The resolver for an archived
AttributeValue - Attributes
- Per-array attribute entries as pairs of dictionary indices.
- Attributes
Resolver - The resolver for an archived
Attributes - Fill
Value - A scalar fill value for an array.
- Fill
Value Resolver - The resolver for an archived
FillValue