Module str_
serde
mz_repr
0.0.0
Module str_
serde
Module Items
Functions
In mz_
repr::
adt::
numeric
Modules
str_serde
Structs
InvalidNumericMaxScaleError
NumericMaxScale
PackedNumeric
ProtoNumericMaxScale
ProtoOptionalNumericMaxScale
Constants
NUMERIC_AGG_MAX_PRECISION
NUMERIC_AGG_WIDTH
NUMERIC_AGG_WIDTH_USIZE
NUMERIC_DATUM_MAX_PRECISION
NUMERIC_DATUM_WIDTH
NUMERIC_DATUM_WIDTH_USIZE
Statics
CX_AGG
CX_DATUM
U128_SPLITTER_AGG
U128_SPLITTER_DATUM
Traits
Dec
DecimalLike
Functions
cx_agg
cx_datum
get_precision
get_scale
munge_numeric
negate_twos_complement_le
numeric_to_twos_complement_be
numeric_to_twos_complement_inner
numeric_to_twos_complement_wide
rescale
rescale_within_max_precision
twos_complement_be_to_numeric
twos_complement_be_to_numeric_inner
twos_complement_be_to_u128
Type Aliases
Numeric
NumericAgg
mz_repr
::
adt
::
numeric
Module
str_serde
Copy item path
Settings
Help
Summary
Source
Expand description
Module to simplify serde’ing a
Numeric
through its string representation.
Functions
§
deserialize
Deserializing a
Numeric
value from its
String
representation.