File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
114123Notes:
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
124134IPC Format
You can’t perform that action at this time.
0 commit comments