Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,18 +177,18 @@ Notes:
C Data Interface
================

+-----------------------------+-------+--------+-------+-------+----+
| Feature | C++ | Python | R | Rust | Go |
| | | | | | |
+=============================+=======+========+=======+=======+====+
| Schema export | ✓ | ✓ | ✓ | ✓ | ✓ |
+-----------------------------+-------+--------+-------+-------+----+
| Array export | ✓ | ✓ | ✓ | ✓ | ✓ |
+-----------------------------+-------+--------+-------+-------+----+
| Schema import | ✓ | ✓ | ✓ | ✓ | ✓ |
+-----------------------------+-------+--------+-------+-------+----+
| Array import | ✓ | ✓ | ✓ | ✓ | ✓ |
+-----------------------------+-------+--------+-------+-------+----+
+-----------------------------+-------+--------+-------+-------+----+-------+
| Feature | C++ | Python | R | Rust | Go | Java |
| | | | | | | |
+=============================+=======+========+=======+=======+====+=======+
| Schema export | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+-----------------------------+-------+--------+-------+-------+----+-------+
| Array export | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+-----------------------------+-------+--------+-------+-------+----+-------+
| Schema import | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+-----------------------------+-------+--------+-------+-------+----+-------+
| Array import | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
+-----------------------------+-------+--------+-------+-------+----+-------+

.. seealso::
The :ref:`C Data Interface <c-data-interface>` specification.
Expand Down