Skip to content

Commit ae56dec

Browse files
committed
Add docs for canonical extension types
1 parent 6aa3321 commit ae56dec

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/source/status.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,24 @@ Data Types
111111
| Run-End Encoded || || | | | | |
112112
+-------------------+-------+-------+-------+------------+-------+-------+-------+-------+
113113

114+
+---------------------+-------+-------+-------+------------+-------+-------+-------+-------+
115+
| Canonical | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift |
116+
| Extension types | | | | | | | | |
117+
+=====================+=======+=======+=======+============+=======+=======+=======+=======+
118+
| FixedShapeTensor || | | | | | | |
119+
+---------------------+-------+-------+-------+------------+-------+-------+-------+-------+
120+
| VariableShapeTensor | | | | | | | | |
121+
+---------------------+-------+-------+-------+------------+-------+-------+-------+-------+
122+
114123
Notes:
115124

116125
* \(1) Casting to/from Float16 in Java is not supported.
117126
* \(2) Float16 support in C# is only available when targeting .NET 6+.
118127
* \(3) Nested dictionaries not supported
119128

120129
.. seealso::
121-
The :ref:`format_columnar` specification.
130+
The :ref:`format_columnar` and the
131+
:ref:`format_canonical_extensions` specification.
122132

123133

124134
IPC Format

0 commit comments

Comments
 (0)