From ae56decd8c18f254523cd080d0d80edb68b18c81 Mon Sep 17 00:00:00 2001 From: Rok Mihevc Date: Sat, 6 Apr 2024 23:57:11 +0200 Subject: [PATCH] Add docs for canonical extension types --- docs/source/status.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/source/status.rst b/docs/source/status.rst index 71d33eaa6520c..8c61e66ad8be7 100644 --- a/docs/source/status.rst +++ b/docs/source/status.rst @@ -111,6 +111,15 @@ 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. @@ -118,7 +127,8 @@ Notes: * \(3) Nested dictionaries not supported .. seealso:: - The :ref:`format_columnar` specification. + The :ref:`format_columnar` and the + :ref:`format_canonical_extensions` specification. IPC Format