Skip to main content

Module stats

Module stats 

Source

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

Functions§

compute_chunk_partial
Computes (min, max, null_count, row_count) for a single chunk’s raw bytes.
merge_partial
Merges one chunk’s partial results into an aggregate ArrayStats.