Function mz_repr::stats2::decode_numeric
source ยท pub fn decode_numeric<'a>(
stats: &PrimitiveStats<Vec<u8>>,
arena: &'a RowArena,
) -> Result<(Datum<'a>, Datum<'a>), Error>
Expand description
Decodes the lower and upper bound from PrimitiveStats<Vec<u8>>
as Numeric
s.