Expand description
Per-array statistics stored in an optional .stats sidecar.
A StatsFile holds ArrayStats (e.g. min/max as StatValue) for the
arrays in a file. It is serialized to its own sidecar with an ARST trailer,
mirroring the footer format, so stats can be read without touching the data.
Structs§
- Archived
Array Stats - An archived
ArrayStats - Archived
Stats File - An archived
StatsFile - Array
Stats - Aggregate statistics for a single array covering all its chunks.
- Array
Stats Resolver - The resolver for an archived
ArrayStats - Stats
File - The stats file: one
ArrayStatsper array. - Stats
File Resolver - The resolver for an archived
StatsFile
Enums§
- Archived
Stat Value - An archived
StatValue - Stat
Value - A typed min or max value.
- Stat
Value Resolver - The resolver for an archived
StatValue