Skip to content

Commit e0900b9

Browse files
committed
Update the decimal table in Variant spec
1 parent bf150b8 commit e0900b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

VariantEncoding.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,12 @@ Similarly, user expressions operating on an *int8* value of 1 should behave the
407407

408408
*Decimal table*
409409

410-
| Decimal Precision | Decimal value type |
411-
|-----------------------|--------------------|
412-
| 1 <= precision <= 9 | int32 |
413-
| 10 <= precision <= 18 | int64 |
414-
| 18 <= precision <= 38 | int128 |
415-
| > 38 | Not supported |
410+
| Decimal Precision | Decimal value type | Physical Type |
411+
|-----------------------|--------------------|----------------|
412+
| 1 <= precision <= 9 | int32 | decimal4 |
413+
| 10 <= precision <= 18 | int64 | decimal8 |
414+
| 19 <= precision <= 38 | int128 | decimal16 |
415+
| > 38 | Not supported | |
416416

417417
# String values must be UTF-8 encoded
418418

0 commit comments

Comments
 (0)