Skip to content

Commit 1dbc814

Browse files
authored
GH-510: Update decimal table in Variant Spec (#511)
1 parent 71cf140 commit 1dbc814

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
@@ -435,12 +435,12 @@ Similarly, user expressions operating on an *int8* value of 1 should behave the
435435

436436
*Decimal table*
437437

438-
| Decimal Precision | Decimal value type |
439-
|-----------------------|--------------------|
440-
| 1 <= precision <= 9 | int32 |
441-
| 10 <= precision <= 18 | int64 |
442-
| 18 <= precision <= 38 | int128 |
443-
| > 38 | Not supported |
438+
| Decimal Precision | Decimal value type | Variant Physical Type |
439+
|-----------------------|--------------------|-----------------------|
440+
| 1 <= precision <= 9 | int32 | decimal4 |
441+
| 10 <= precision <= 18 | int64 | decimal8 |
442+
| 19 <= precision <= 38 | int128 | decimal16 |
443+
| > 38 | Not supported | |
444444

445445
## String values must be UTF-8 encoded
446446

0 commit comments

Comments
 (0)