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: src/components/fundable/descriptions/Decimal32InArrowCpp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics.
4
4
5
-
Fixed-width decimal data in Arrow is usually represented the Decimal128 data type.
5
+
Fixed-width decimal data in Arrow is usually represented by the Decimal128 data type.
6
6
This data type has non-trivial memory costs (16 bytes per value) and computational costs (operations on 128-bit integers must be emulated on most if not all architectures).
7
7
8
8
Arrow recently gained Decimal32 and Decimal64 data types which, as their names suggest, encode fixed-width decimal data more compactly.
0 commit comments