diff --git a/docs/source/status.rst b/docs/source/status.rst index e2380483982..496cdfdae1a 100644 --- a/docs/source/status.rst +++ b/docs/source/status.rst @@ -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 ` specification.