Skip to content

Commit

Permalink
update status.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Aug 24, 2023
1 parent 0b0698d commit 6ea5772
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ Data Types
| Data type | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift |
| (primitive) | | | | | | | | |
+===================+=======+=======+=======+============+=======+=======+=======+=======+
| Null |||| |||| |
| Null |||| |||| |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Boolean |||||||||
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Int8/16/32/64 |||||||||
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| UInt8/16/32/64 |||||||||
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Float16 | | || | ✓ (1)| ✓ || |
| Float16 | | || | ✓ (1)| ✓ || |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Float32/64 |||||||||
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Decimal128 |||| |||| |
| Decimal128 |||| |||| |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Decimal256 |||| |||| |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
Expand All @@ -66,7 +66,7 @@ Data Types
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Utf8 |||||||||
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Large Utf8 |||| | ||| |
| Large Utf8 |||| | ||| |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+

+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
Expand All @@ -83,16 +83,16 @@ Data Types
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Map ||||| ||| |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Dense Union |||| | ||| |
| Dense Union |||| | ||| |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Sparse Union |||| | ||| |
| Sparse Union |||| | ||| |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+

+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Data type | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift |
| (special) | | | | | | | | |
+===================+=======+=======+=======+============+=======+=======+=======+=======+
| Dictionary || ✓ (2) ||(2) | ✓ (2) | ✓ (2) || |
| Dictionary || ✓ (2) || | ✓ (2) | ✓ (2) || |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Extension |||| | ||| |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
Expand Down Expand Up @@ -125,7 +125,7 @@ IPC Format
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Replacement dictionaries |||| | | || |
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Delta dictionaries | ✓ (1) | | ✓ (1) | || || |
| Delta dictionaries | ✓ (1) | | ✓ (1) | || || |
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Tensors || | | | | | | |
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
Expand All @@ -135,7 +135,7 @@ IPC Format
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Endianness conversion | ✓ (2) | | ✓ (2) | | | | | |
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Custom schema metadata |||| |||| |
| Custom schema metadata |||| |||| |
+-----------------------------+-------+-------+-------+------------+-------+-------+-------+-------+

Notes:
Expand Down

0 comments on commit 6ea5772

Please sign in to comment.