Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.34.0
Description
Add FORMAT_NUMBER function (enabled in Hive and Spark library):
FORMAT_NUMBER(expr1, expr2) - Formats the number expr1 like '#,###,###.##', rounded to expr2 decimal places. If expr2 is 0, the result has no decimal point or fractional part. expr2 also accept a user specified format. This is supposed to function like MySQL's FORMAT.
Attachments
Issue Links
- links to