Module numeric

Source

Structsยง

Numeric
A wrapper for the repr crateโ€™s Decimal type that can be serialized to and deserialized from the PostgreSQL binary format.

Constantsยง

TO_FROM_SQL_BASE_POW ๐Ÿ”’
ToSql and FromSql use base 10,000 units.
UNITS_LEN ๐Ÿ”’
The maximum number of units necessary to represent a valid AdtNumeric value.

Staticsยง

FROM_SQL_SCALER ๐Ÿ”’
TO_SQL_BASER ๐Ÿ”’