We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8645b commit 139e92dCopy full SHA for 139e92d
questdb-rs/src/ingress/decimal.rs
@@ -48,7 +48,7 @@ use crate::{error, ingress::must_escape_unquoted, Result};
48
/// 5. Unscaled value: variable-length byte array in two's complement format, big-endian
49
///
50
/// Example: For decimal `123.45` with scale 2:
51
-/// ```
+/// ```text
52
/// Unscaled value: 12345
53
/// Binary representation:
54
/// = [23] [2] [2] [0x30] [0x39]
0 commit comments