Module mz_persist_types::stats

source ·
Expand description

Aggregate statistics about data stored in persist.

Modules§

Structs§

Enums§

  • Statistics about a column of Vec<u8>.
  • The logic to use when computing stats for a column of T: Data.
  • Whether a truncated value should be a lower or upper bound on the original.

Constants§

  • The length to truncate Vec<u8> and String stats to.

Traits§

  • Aggregate statistics about a column of type T.
  • Type-erased aggregate statistics about a column of data.
  • A source of aggregate statistics about a column of data.

Functions§