| |
| |
| |
| <!DOCTYPE html> |
| <html class="writer-html5" lang="en" > |
| <head> |
| <meta charset="utf-8"> |
| |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| |
| <title>Implementation Status — Apache Arrow v1.0.1</title> |
| |
| |
| |
| <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> |
| <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
| |
| |
| |
| |
| |
| |
| |
| <!--[if lt IE 9]> |
| <script src="_static/js/html5shiv.min.js"></script> |
| <![endif]--> |
| |
| |
| <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> |
| <script src="_static/jquery.js"></script> |
| <script src="_static/underscore.js"></script> |
| <script src="_static/doctools.js"></script> |
| <script src="_static/language_data.js"></script> |
| |
| <script type="text/javascript" src="_static/js/theme.js"></script> |
| |
| |
| <link rel="canonical" href="https://arrow.apache.org/docs/status.html" /> |
| <link rel="index" title="Index" href="genindex.html" /> |
| <link rel="search" title="Search" href="search.html" /> |
| <link rel="next" title="C++ Implementation" href="cpp/index.html" /> |
| <link rel="prev" title="Other Data Structures" href="format/Other.html" /> |
|
|
|
|
| <!-- Matomo -->
|
| <script>
|
| var _paq = window._paq = window._paq || [];
|
| /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
| _paq.push(["setDoNotTrack", true]);
|
| _paq.push(["disableCookies"]);
|
| _paq.push(['trackPageView']);
|
| _paq.push(['enableLinkTracking']);
|
| (function() {
|
| var u="https://analytics.apache.org/";
|
| _paq.push(['setTrackerUrl', u+'matomo.php']);
|
| _paq.push(['setSiteId', '20']);
|
| var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
| g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
| })();
|
| </script>
|
| <!-- End Matomo Code -->
|
|
|
| </head> |
| |
| <body class="wy-body-for-nav"> |
| |
| |
| <div class="wy-grid-for-nav"> |
| |
| <nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
| <div class="wy-side-scroll"> |
| <div class="wy-side-nav-search" > |
| |
| |
| |
| <a href="index.html" class="icon icon-home" alt="Documentation Home"> Apache Arrow |
| |
| |
| |
| </a> |
| |
| |
| |
| |
| <div class="version"> |
| 1.0.1 |
| </div> |
| |
| |
| |
| |
| <div role="search"> |
| <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
| <input type="text" name="q" placeholder="Search docs" /> |
| <input type="hidden" name="check_keywords" value="yes" /> |
| <input type="hidden" name="area" value="default" /> |
| </form> |
| </div> |
| |
| |
| </div> |
| |
| |
| <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
| |
| |
| |
| |
| |
| |
| <p class="caption"><span class="caption-text">Specifications and Protocols</span></p> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="format/Versioning.html">Format Versioning and Stability</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="format/Columnar.html">Arrow Columnar Format</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="format/Flight.html">Arrow Flight RPC</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="format/Integration.html">Integration Testing</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="format/CDataInterface.html">The Arrow C data interface</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="format/Other.html">Other Data Structures</a></li> |
| </ul> |
| <p class="caption"><span class="caption-text">Libraries</span></p> |
| <ul class="current"> |
| <li class="toctree-l1 current"><a class="current reference internal" href="#">Implementation Status</a><ul> |
| <li class="toctree-l2"><a class="reference internal" href="#data-types">Data Types</a></li> |
| <li class="toctree-l2"><a class="reference internal" href="#ipc-format">IPC Format</a></li> |
| <li class="toctree-l2"><a class="reference internal" href="#flight-rpc">Flight RPC</a></li> |
| <li class="toctree-l2"><a class="reference internal" href="#c-data-interface">C Data Interface</a></li> |
| <li class="toctree-l2"><a class="reference internal" href="#third-party-data-formats">Third-Party Data Formats</a></li> |
| </ul> |
| </li> |
| <li class="toctree-l1"><a class="reference external" href="https://arrow.apache.org/docs/c_glib/">C/GLib</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="cpp/index.html">C++</a></li> |
| <li class="toctree-l1"><a class="reference external" href="https://github.com/apache/arrow/blob/master/csharp/README.md">C#</a></li> |
| <li class="toctree-l1"><a class="reference external" href="https://godoc.org/github.com/apache/arrow/go/arrow">Go</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="java/index.html">Java</a></li> |
| <li class="toctree-l1"><a class="reference external" href="https://arrow.apache.org/docs/js/">JavaScript</a></li> |
| <li class="toctree-l1"><a class="reference external" href="https://github.com/apache/arrow/blob/master/matlab/README.md">MATLAB</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="python/index.html">Python</a></li> |
| <li class="toctree-l1"><a class="reference external" href="https://arrow.apache.org/docs/r/">R</a></li> |
| <li class="toctree-l1"><a class="reference external" href="https://github.com/apache/arrow/blob/master/ruby/README.md">Ruby</a></li> |
| <li class="toctree-l1"><a class="reference external" href="https://docs.rs/crate/arrow/">Rust</a></li> |
| </ul> |
| <p class="caption"><span class="caption-text">Development</span></p> |
| <ul> |
| <li class="toctree-l1"><a class="reference internal" href="developers/contributing.html">Contributing to Apache Arrow</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="developers/cpp/index.html">C++ Development</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="developers/python.html">Python Development</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="developers/archery.html">Daily Development using Archery</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="developers/crossbow.html">Packaging and Testing with Crossbow</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="developers/docker.html">Running Docker Builds</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="developers/benchmarks.html">Benchmarks</a></li> |
| <li class="toctree-l1"><a class="reference internal" href="developers/documentation.html">Building the Documentation</a></li> |
| </ul> |
| |
| |
| |
| </div> |
| |
| </div> |
| </nav> |
| |
| <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> |
| |
| |
| <nav class="wy-nav-top" aria-label="top navigation"> |
| |
| <i data-toggle="wy-nav-top" class="fa fa-bars"></i> |
| <a href="index.html">Apache Arrow</a> |
| |
| </nav> |
| |
| |
| <div class="wy-nav-content"> |
| |
| <div class="rst-content"> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <div role="navigation" aria-label="breadcrumbs navigation"> |
| |
| <ul class="wy-breadcrumbs"> |
| |
| <li><a href="index.html" class="icon icon-home"></a> »</li> |
| |
| <li>Implementation Status</li> |
| |
| |
| <li class="wy-breadcrumbs-aside"> |
| |
| |
| <a href="_sources/status.rst.txt" rel="nofollow"> View page source</a> |
| |
| |
| </li> |
| |
| </ul> |
| |
| |
| <hr/> |
| </div> |
| <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> |
| <div itemprop="articleBody"> |
| |
| <div class="section" id="implementation-status"> |
| <h1>Implementation Status<a class="headerlink" href="#implementation-status" title="Permalink to this headline">¶</a></h1> |
| <p>The following tables summarize the features available in the various official |
| Arrow libraries. Unless otherwise stated, the Python, R, Ruby and C/GLib |
| libraries follow the C++ Arrow library.</p> |
| <div class="section" id="data-types"> |
| <h2>Data Types<a class="headerlink" href="#data-types" title="Permalink to this headline">¶</a></h2> |
| <table class="docutils align-default"> |
| <colgroup> |
| <col style="width: 29%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| <col style="width: 18%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| </colgroup> |
| <thead> |
| <tr class="row-odd"><th class="head"><p>Data type |
| (primitive)</p></th> |
| <th class="head"><p>C++</p></th> |
| <th class="head"><p>Java</p></th> |
| <th class="head"><p>Go</p></th> |
| <th class="head"><p>JavaScript</p></th> |
| <th class="head"><p>C#</p></th> |
| <th class="head"><p>Rust</p></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="row-even"><td><p>Null</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Boolean</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Int8/16/32/64</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>UInt8/16/32/64</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Float16</p></td> |
| <td></td> |
| <td></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Float32/64</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Decimal128</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Date32/64</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Time32/64</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Timestamp</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Duration</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Interval</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Fixed Size Binary</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Binary</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Large Binary</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Utf8</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Large Utf8</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| </tr> |
| </tbody> |
| </table> |
| <table class="docutils align-default"> |
| <colgroup> |
| <col style="width: 29%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| <col style="width: 18%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| </colgroup> |
| <thead> |
| <tr class="row-odd"><th class="head"><p>Data type |
| (nested)</p></th> |
| <th class="head"><p>C++</p></th> |
| <th class="head"><p>Java</p></th> |
| <th class="head"><p>Go</p></th> |
| <th class="head"><p>JavaScript</p></th> |
| <th class="head"><p>C#</p></th> |
| <th class="head"><p>Rust</p></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="row-even"><td><p>Fixed Size List</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>List</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Large List</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Struct</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Map</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Dense Union</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Sparse Union</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| </tbody> |
| </table> |
| <table class="docutils align-default"> |
| <colgroup> |
| <col style="width: 29%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| <col style="width: 18%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| </colgroup> |
| <thead> |
| <tr class="row-odd"><th class="head"><p>Data type |
| (special)</p></th> |
| <th class="head"><p>C++</p></th> |
| <th class="head"><p>Java</p></th> |
| <th class="head"><p>Go</p></th> |
| <th class="head"><p>JavaScript</p></th> |
| <th class="head"><p>C#</p></th> |
| <th class="head"><p>Rust</p></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="row-even"><td><p>Dictionary</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓ (1)</p></td> |
| <td></td> |
| <td><p>✓ (1)</p></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Extension</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| </tbody> |
| </table> |
| <p>Notes:</p> |
| <ul class="simple"> |
| <li><p>(1) Nested dictionaries not supported</p></li> |
| </ul> |
| <div class="admonition seealso"> |
| <p class="admonition-title">See also</p> |
| <p>The <a class="reference internal" href="format/Columnar.html#format-columnar"><span class="std std-ref">Arrow Columnar Format</span></a> specification.</p> |
| </div> |
| </div> |
| <div class="section" id="ipc-format"> |
| <h2>IPC Format<a class="headerlink" href="#ipc-format" title="Permalink to this headline">¶</a></h2> |
| <table class="docutils align-default"> |
| <colgroup> |
| <col style="width: 38%" /> |
| <col style="width: 9%" /> |
| <col style="width: 9%" /> |
| <col style="width: 9%" /> |
| <col style="width: 16%" /> |
| <col style="width: 9%" /> |
| <col style="width: 9%" /> |
| </colgroup> |
| <thead> |
| <tr class="row-odd"><th class="head"><p>IPC Feature</p></th> |
| <th class="head"><p>C++</p></th> |
| <th class="head"><p>Java</p></th> |
| <th class="head"><p>Go</p></th> |
| <th class="head"><p>JavaScript</p></th> |
| <th class="head"><p>C#</p></th> |
| <th class="head"><p>Rust</p></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="row-even"><td><p>Arrow stream format</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Arrow file format</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Record batches</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Dictionaries</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Replacement dictionaries</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Delta dictionaries</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Tensors</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Sparse tensors</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Custom schema metadata</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <div class="section" id="flight-rpc"> |
| <h2>Flight RPC<a class="headerlink" href="#flight-rpc" title="Permalink to this headline">¶</a></h2> |
| <table class="docutils align-default"> |
| <colgroup> |
| <col style="width: 38%" /> |
| <col style="width: 9%" /> |
| <col style="width: 9%" /> |
| <col style="width: 9%" /> |
| <col style="width: 16%" /> |
| <col style="width: 9%" /> |
| <col style="width: 9%" /> |
| </colgroup> |
| <thead> |
| <tr class="row-odd"><th class="head"><p>Flight RPC Feature</p></th> |
| <th class="head"><p>C++</p></th> |
| <th class="head"><p>Java</p></th> |
| <th class="head"><p>Go</p></th> |
| <th class="head"><p>JavaScript</p></th> |
| <th class="head"><p>C#</p></th> |
| <th class="head"><p>Rust</p></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="row-even"><td><p>gRPC transport</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>gRPC + TLS transport</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>RPC error codes</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Authentication handlers</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-even"><td><p>Custom client middleware</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Custom server middleware</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| </tbody> |
| </table> |
| <div class="admonition seealso"> |
| <p class="admonition-title">See also</p> |
| <p>The <a class="reference internal" href="format/Flight.html#flight-rpc"><span class="std std-ref">Arrow Flight RPC</span></a> specification.</p> |
| </div> |
| </div> |
| <div class="section" id="c-data-interface"> |
| <h2>C Data Interface<a class="headerlink" href="#c-data-interface" title="Permalink to this headline">¶</a></h2> |
| <table class="docutils align-default"> |
| <colgroup> |
| <col style="width: 57%" /> |
| <col style="width: 14%" /> |
| <col style="width: 16%" /> |
| <col style="width: 14%" /> |
| </colgroup> |
| <thead> |
| <tr class="row-odd"><th class="head"><p>Feature</p></th> |
| <th class="head"><p>C++</p></th> |
| <th class="head"><p>Python</p></th> |
| <th class="head"><p>R</p></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="row-even"><td><p>Schema export</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| </tr> |
| <tr class="row-odd"><td><p>Array export</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| </tr> |
| <tr class="row-even"><td><p>Schema import</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| </tr> |
| <tr class="row-odd"><td><p>Array import</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| <td><p>✓</p></td> |
| </tr> |
| </tbody> |
| </table> |
| <div class="admonition seealso"> |
| <p class="admonition-title">See also</p> |
| <p>The <a class="reference internal" href="format/CDataInterface.html#c-data-interface"><span class="std std-ref">C Data Interface</span></a> specification.</p> |
| </div> |
| </div> |
| <div class="section" id="third-party-data-formats"> |
| <h2>Third-Party Data Formats<a class="headerlink" href="#third-party-data-formats" title="Permalink to this headline">¶</a></h2> |
| <table class="docutils align-default"> |
| <colgroup> |
| <col style="width: 36%" /> |
| <col style="width: 11%" /> |
| <col style="width: 11%" /> |
| <col style="width: 9%" /> |
| <col style="width: 15%" /> |
| <col style="width: 9%" /> |
| <col style="width: 9%" /> |
| </colgroup> |
| <thead> |
| <tr class="row-odd"><th class="head"><p>Format</p></th> |
| <th class="head"><p>C++</p></th> |
| <th class="head"><p>Java</p></th> |
| <th class="head"><p>Go</p></th> |
| <th class="head"><p>JavaScript</p></th> |
| <th class="head"><p>C#</p></th> |
| <th class="head"><p>Rust</p></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr class="row-even"><td><p>Avro</p></td> |
| <td></td> |
| <td><p>R</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>CSV</p></td> |
| <td><p>R</p></td> |
| <td></td> |
| <td><p>R/W</p></td> |
| <td></td> |
| <td></td> |
| <td><p>R/W</p></td> |
| </tr> |
| <tr class="row-even"><td><p>ORC</p></td> |
| <td><p>R</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| <tr class="row-odd"><td><p>Parquet</p></td> |
| <td><p>R/W</p></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| </tbody> |
| </table> |
| <p>Notes:</p> |
| <ul class="simple"> |
| <li><p><em>R</em> = Read supported</p></li> |
| <li><p><em>W</em> = Write supported</p></li> |
| </ul> |
| </div> |
| </div> |
| |
| |
| </div> |
| |
| </div> |
| <footer> |
| |
| <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> |
| |
| <a href="cpp/index.html" class="btn btn-neutral float-right" title="C++ Implementation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> |
| |
| |
| <a href="format/Other.html" class="btn btn-neutral float-left" title="Other Data Structures" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> |
| |
| </div> |
| |
| |
| <hr/> |
| |
| <div role="contentinfo"> |
| <p> |
| |
| © Copyright 2016-2019 Apache Software Foundation |
| |
| </p> |
| </div> |
| |
| |
| |
| Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a |
| |
| <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> |
| |
| provided by <a href="https://readthedocs.org">Read the Docs</a>. |
| |
| </footer> |
| |
| </div> |
| </div> |
| |
| </section> |
| |
| </div> |
| |
| |
| <script type="text/javascript"> |
| jQuery(function () { |
| SphinxRtdTheme.Navigation.enable(true); |
| }); |
| </script> |
| |
| |
| |
| |
| |
| |
| |
| <script type="text/javascript" src="/docs/_static/versionwarning.js"></script></body> |
| </html> |