Expand description
Persist Stats for non-primitive types.
For primitive types please see mz_persist_types::stats2
.
Structs§
Functions§
- Returns a
(lower, upper)
bound from the providedColumnStatKinds
, if applicable. - Decodes the lower and upper bound from
PrimitiveStats<Vec<u8>>
asNumeric
s. - Return the stats for a fixed-size bytes column, defaulting to an appropriate value if no values are present.
- Take the smallest / largest numeric values for a numeric col. TODO: use the float data for this instead if it becomes a performance bottleneck.