Structsยง
- 128bit decimal, using the i128 to represent the decimal.
Constantsยง
- The maximum bytes length that an accurate RustDecimal can represent
- The default scale for Decimal128 values
- The maximum precision for Decimal128 values
- The maximum scale for Decimal128 values
Functionsยง
- format_
decimal_ ๐str Port from arrow-rs, see https://github.com/Apache/arrow-rs/blob/master/arrow-array/src/types.rs#L1323-L1344 - check whether precision and scale is valid