Skip to content

Commit

Permalink
Add docs for canonical extension types
Browse files Browse the repository at this point in the history
  • Loading branch information
rok committed Apr 6, 2024
1 parent 6aa3321 commit ae56dec
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,24 @@ Data Types
| Run-End Encoded || || | | | | |
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+

+---------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| Canonical | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift |
| Extension types | | | | | | | | |
+=====================+=======+=======+=======+============+=======+=======+=======+=======+
| FixedShapeTensor || | | | | | | |
+---------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| VariableShapeTensor | | | | | | | | |
+---------------------+-------+-------+-------+------------+-------+-------+-------+-------+

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

.. seealso::
The :ref:`format_columnar` specification.
The :ref:`format_columnar` and the
:ref:`format_canonical_extensions` specification.


IPC Format
Expand Down

0 comments on commit ae56dec

Please sign in to comment.