Skip to main content

Module stats

Module stats 

Source
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§

ArchivedArrayStats
An archived ArrayStats
ArchivedStatsFile
An archived StatsFile
ArrayStats
Aggregate statistics for a single array covering all its chunks.
ArrayStatsResolver
The resolver for an archived ArrayStats
StatsFile
The stats file: one ArrayStats per array.
StatsFileResolver
The resolver for an archived StatsFile

Enums§

ArchivedStatValue
An archived StatValue
StatValue
A typed min or max value.
StatValueResolver
The resolver for an archived StatValue