You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/data-types/decimal.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
## value::CqlDecimal
5
5
6
-
Without any feature flags, the user can interact with `decimal` type by making use of `value::CqlDecimal`which is a very simple wrapper representing the value as signed binary number in big-endian order with a 32-bit scale.
6
+
Without any feature flags, the user can interact with `decimal` type by making use of `value::CqlDecimal`or `value::CqlDecimalBorrowed` which are very simple wrappers representing the value as signed binary number in big-endian order with a 32-bit scale.
0 commit comments