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/sql-programming-guide.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
@@ -1109,7 +1109,7 @@ evaluated by the SQL execution engine. A full list of the functions supported c
1109
1109
The range of numbers is from `-9223372036854775808` to `9223372036854775807`.
1110
1110
-`FloatType`: Represents 4-byte single-precision floating point numbers.
1111
1111
-`DoubleType`: Represents 8-byte double-precision floating point numbers.
1112
-
-`DecimalType`: Represents 16-byte arbitrary-precision floating point numbers.
1112
+
-`DecimalType`: Represents arbitrary-precision signed decimal numbers. Backed internally by `java.math.BigDecimal`. A `BigDecimal` consists of an arbitrary precision integer unscaled value and a 32-bit integer scale.
1113
1113
* String type
1114
1114
-`StringType`: Represents character string values.
0 commit comments