diff --git a/docs/source/status.rst b/docs/source/status.rst index 0371ae690700d..5386d99fbd93c 100644 --- a/docs/source/status.rst +++ b/docs/source/status.rst @@ -30,7 +30,7 @@ Data Types +-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+ | Data type | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift | nanoarrow | -| (primitive) | | | | | | | | | (4) | +| (primitive) | | | | | | | | | | +===================+=======+=======+=======+============+=======+=======+=======+=======+===========+ | Null | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | +-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+ @@ -79,7 +79,7 @@ Data Types +-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+ | Data type | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift | nanoarrow | -| (nested) | | | | | | | | | (4) | +| (nested) | | | | | | | | | | +===================+=======+=======+=======+============+=======+=======+=======+=======+===========+ | Fixed Size List | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ | +-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+ @@ -102,7 +102,7 @@ Data Types +-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+ | Data type | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift | nanoarrow | -| (special) | | | | | | | | | (4) | +| (special) | | | | | | | | | | +===================+=======+=======+=======+============+=======+=======+=======+=======+===========+ | Dictionary | ✓ | ✓ (3) | ✓ | ✓ | ✓ | ✓ (3) | ✓ | | ✓ | +-------------------+-------+-------+-------+------------+-------+-------+-------+-------+-----------+ @@ -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.