From 296e357380cab53d4b8cd121a5f92a0f13c0d468 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Thu, 14 Oct 2021 12:58:21 +0200 Subject: [PATCH] ARROW-14317: [Doc] Update C data interface implementation status The C data interface was implemented for Java in ARROW-12965. --- docs/source/status.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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.