Skip to content

Commit 8074872

Browse files
authored
Add Decimal type to dtypes documentation (#5107)
Signed-off-by: Andrew Duffy <[email protected]>
1 parent 225c3b4 commit 8074872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/concepts/dtypes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following table lists the built-in dtypes in Vortex, each of which can be ma
3434
| `Bool` | `true`, `false` |
3535
| `Primitive` | See [Primitive](#primitive) |
3636
| `UTF8` | Variable length valid UTF-8 encoded strings |
37+
| `Decimal` | Fixed-precision real numbers |
3738
| `Binary` | Arbitrary variable length bytes |
3839
| `Struct` | See [Struct](#struct) |
3940
| `List` | See [List](#list) |

0 commit comments

Comments
 (0)