Expand description
Persist Stats for non-primitive types.
For primitive types please see mz_persist_types::stats
.
Structsยง
- Json
Visitor ๐
Functionsยง
- col_
values - Returns a
(lower, upper)
bound from the providedColumnStatKinds
, if applicable. - decode_
numeric - Decodes the lower and upper bound from
PrimitiveStats<Vec<u8>>
asNumeric
s. - fixed_
stats_ from_ column - Return the stats for a fixed-size bytes column, defaulting to an appropriate value if no values are present.
- numeric_
stats_ from_ column - Take the smallest / largest numeric values for a numeric col. TODO: use the float data for this instead if it becomes a performance bottleneck.
- soft_
expect_ ๐or_ log - stats_
for_ json