Expand description
Persist Stats for non-primitive types.
For primitive types please see mz_persist_types::stats2
.
Structs§
- Incrementally collects statistics for a column of
time
. - Incrementally collects statistics for a column of
time
. - Incrementally collects statistics for a column of
time
. - Incrementally collects statistics for a column of
decimal
. - Statistics builder for a column of
Uuid
s.
Functions§
- Returns a
(lower, upper)
bound from the providedColumnStatKinds
, if applicable. - Decodes the lower and upper bound from
PrimitiveStats<Vec<u8>>
asNumeric
s.