Skip to content

Commit

Permalink
remove confusing note
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Apr 6, 2024
1 parent e241a91 commit cb81cda
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Data Types

+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+
| Data type | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift | nanoarrow |
| (primitive) | | | | | | | | | (4) |
| (primitive) | | | | | | | | | |
+===================+=======+=======+=======+============+=======+=======+=======+=======+===========+
| Null |||||||| ||
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+
Expand Down Expand Up @@ -79,7 +79,7 @@ Data Types

+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+
| Data type | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift | nanoarrow |
| (nested) | | | | | | | | | (4) |
| (nested) | | | | | | | | | |
+===================+=======+=======+=======+============+=======+=======+=======+=======+===========+
| Fixed Size List |||||||| ||
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+
Expand All @@ -102,7 +102,7 @@ Data Types

+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+
| Data type | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift | nanoarrow |
| (special) | | | | | | | | | (4) |
| (special) | | | | | | | | | |
+===================+=======+=======+=======+============+=======+=======+=======+=======+===========+
| Dictionary || ✓ (3) |||| ✓ (3) || ||
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+
Expand All @@ -116,7 +116,6 @@ Notes:
* \(1) Casting to/from Float16 in Java is not supported.
* \(2) Float16 support in C# is only available when targeting .NET 6+.
* \(3) Nested dictionaries not supported
* \(4) Implementation status for nanoarrow is documented here as the types supported by the C library.

.. seealso::
The :ref:`format_columnar` specification.
Expand Down

0 comments on commit cb81cda

Please sign in to comment.