You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/08/07 01:02:33 UTC

[18/51] [partial] arrow-site git commit: Update documentation for 0.10.0

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7f9d5fdc/docs/cpp/compression__zstd_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/compression__zstd_8h_source.html b/docs/cpp/compression__zstd_8h_source.html
index 10be062..ca9e477 100644
--- a/docs/cpp/compression__zstd_8h_source.html
+++ b/docs/cpp/compression__zstd_8h_source.html
@@ -72,7 +72,7 @@ $(function() {
 <div class="contents">
 <a href="compression__zstd_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">// Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">// or more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">// distributed with this work for additional information</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">// regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">// to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00006"></a><
 span class="lineno">    6</span>&#160;<span class="comment">// &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">// with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">//   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">// software dis
 tributed under the License is distributed on an</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">// &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">// KIND, either express or implied.  See the License for the</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">// specific language governing permissions and limitations</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">// under the License.</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#ifndef ARROW_UTIL_COMPRESSION_ZSTD_H</span></div><div class="line"><a name="l00019"></a><
 span class="lineno">   19</span>&#160;<span class="preprocessor">#define ARROW_UTIL_COMPRESSION_ZSTD_H</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &lt;cstdint&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="status_8h.html">arrow/status.h</a>&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="compression_8h.html">arrow/util/compression.h</a>&quot;</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="visibility_8h.html">arrow
 /util/visibility.h</a>&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearrow.html">arrow</a> {</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">// ZSTD codec.</span></div><div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="classarrow_1_1_z_s_t_d_codec.html">   30</a></span>&#160;<span class="keyword">class </span>ARROW_EXPORT <a class="code" href="classarrow_1_1_z_s_t_d_codec.html">ZSTDCodec</a> : <span class="keyword">public</span> <a class="code" href="classarrow_1_1_codec.html">Codec</a> {</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160; <span class="keyword">public</span>:</div><
 div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;  <a class="code" href="classarrow_1_1_status.html">Status</a> Decompress(int64_t input_len, <span class="keyword">const</span> uint8_t* input, int64_t output_len,</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;                    uint8_t* output_buffer) <span class="keyword">override</span>;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;</div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;  <a class="code" href="classarrow_1_1_status.html">Status</a> Compress(int64_t input_len, <span class="keyword">const</span> uint8_t* input, int64_t output_buffer_len,</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;                  uint8_t* output_buffer, int64_t* output_length) <span class="keyword">override</span>;</div><div class="line"><a name="l00037"></a><span class="lineno"> 
   37</span>&#160;</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;  int64_t MaxCompressedLen(int64_t input_len, <span class="keyword">const</span> uint8_t* input) <span class="keyword">override</span>;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;</div><div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classarrow_1_1_z_s_t_d_codec.html#a39c77d7bc655c542b079089c6902a0b9">   40</a></span>&#160;  <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classarrow_1_1_z_s_t_d_codec.html#a39c77d7bc655c542b079089c6902a0b9">name</a>()<span class="keyword"> const override </span>{ <span class="keywordflow">return</span> <span class="stringliteral">&quot;zstd&quot;</span>; }</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;};</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;</div><div
  class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;}  <span class="comment">// namespace arrow</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor">#endif  // ARROW_UTIL_COMPRESSION_ZSTD_H</span></div><div class="ttc" id="classarrow_1_1_z_s_t_d_codec_html_a39c77d7bc655c542b079089c6902a0b9"><div class="ttname"><a href="classarrow_1_1_z_s_t_d_codec.html#a39c77d7bc655c542b079089c6902a0b9">arrow::ZSTDCodec::name</a></div><div class="ttdeci">const char * name() const override</div><div class="ttdef"><b>Definition:</b> compression_zstd.h:40</div></div>
 <div class="ttc" id="compression_8h_html"><div class="ttname"><a href="compression_8h.html">compression.h</a></div></div>
-<div class="ttc" id="classarrow_1_1_status_html"><div class="ttname"><a href="classarrow_1_1_status.html">arrow::Status</a></div><div class="ttdef"><b>Definition:</b> status.h:93</div></div>
+<div class="ttc" id="classarrow_1_1_status_html"><div class="ttname"><a href="classarrow_1_1_status.html">arrow::Status</a></div><div class="ttdef"><b>Definition:</b> status.h:94</div></div>
 <div class="ttc" id="visibility_8h_html"><div class="ttname"><a href="visibility_8h.html">visibility.h</a></div></div>
 <div class="ttc" id="namespacearrow_html"><div class="ttname"><a href="namespacearrow.html">arrow</a></div><div class="ttdoc">Top-level namespace for Apache Arrow C++ API. </div><div class="ttdef"><b>Definition:</b> adapter.h:32</div></div>
 <div class="ttc" id="status_8h_html"><div class="ttname"><a href="status_8h.html">status.h</a></div></div>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7f9d5fdc/docs/cpp/compute_2kernels_2hash_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/compute_2kernels_2hash_8h_source.html b/docs/cpp/compute_2kernels_2hash_8h_source.html
index dfaf7fe..4813077 100644
--- a/docs/cpp/compute_2kernels_2hash_8h_source.html
+++ b/docs/cpp/compute_2kernels_2hash_8h_source.html
@@ -74,7 +74,7 @@ $(function() {
 <div class="ttc" id="kernel_8h_html"><div class="ttname"><a href="kernel_8h.html">kernel.h</a></div></div>
 <div class="ttc" id="namespacearrow_1_1compute_html_a9d011093aecc73991bc11f65c4d0acb2"><div class="ttname"><a href="namespacearrow_1_1compute.html#a9d011093aecc73991bc11f65c4d0acb2">arrow::compute::Unique</a></div><div class="ttdeci">Status Unique(FunctionContext *context, const Datum &amp;datum, std::shared_ptr&lt; Array &gt; *out)</div><div class="ttdoc">Compute unique elements from an array-like object. </div></div>
 <div class="ttc" id="classarrow_1_1compute_1_1_function_context_html"><div class="ttname"><a href="classarrow_1_1compute_1_1_function_context.html">arrow::compute::FunctionContext</a></div><div class="ttdoc">Container for variables and options used by function evaluation. </div><div class="ttdef"><b>Definition:</b> context.h:39</div></div>
-<div class="ttc" id="classarrow_1_1_status_html"><div class="ttname"><a href="classarrow_1_1_status.html">arrow::Status</a></div><div class="ttdef"><b>Definition:</b> status.h:93</div></div>
+<div class="ttc" id="classarrow_1_1_status_html"><div class="ttname"><a href="classarrow_1_1_status.html">arrow::Status</a></div><div class="ttdef"><b>Definition:</b> status.h:94</div></div>
 <div class="ttc" id="type__fwd_8h_html"><div class="ttname"><a href="type__fwd_8h.html">type_fwd.h</a></div></div>
 <div class="ttc" id="visibility_8h_html"><div class="ttname"><a href="visibility_8h.html">visibility.h</a></div></div>
 <div class="ttc" id="structarrow_1_1compute_1_1_datum_html"><div class="ttname"><a href="structarrow_1_1compute_1_1_datum.html">arrow::compute::Datum</a></div><div class="ttdoc">Variant type for various Arrow C++ data structures. </div><div class="ttdef"><b>Definition:</b> kernel.h:52</div></div>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7f9d5fdc/docs/cpp/context_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/context_8h_source.html b/docs/cpp/context_8h_source.html
index e7afa2a..18670c0 100644
--- a/docs/cpp/context_8h_source.html
+++ b/docs/cpp/context_8h_source.html
@@ -70,10 +70,10 @@ $(function() {
 <div class="title">context.h</div>  </div>
 </div><!--header-->
 <div class="contents">
-<a href="context_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">// Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">// or more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">// distributed with this work for additional information</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">// regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">// to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00006"></a><span class
 ="lineno">    6</span>&#160;<span class="comment">// &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">// with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">//   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">// software distributed u
 nder the License is distributed on an</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">// &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">// KIND, either express or implied.  See the License for the</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">// specific language governing permissions and limitations</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">// under the License.</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#ifndef ARROW_COMPUTE_CONTEXT_H</span></div><div class="line"><a name="l00019"></a><span class="line
 no">   19</span>&#160;<span class="preprocessor">#define ARROW_COMPUTE_CONTEXT_H</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="memory__pool_8h.html">arrow/memory_pool.h</a>&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="status_8h.html">arrow/status.h</a>&quot;</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="type__fwd_8h.html">arrow/type_fwd.h</a>&quot;</span>
 </div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="visibility_8h.html">arrow/util/visibility.h</a>&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearrow.html">arrow</a> {</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="namespacearrow_1_1compute.html">   29</a></span>&#160;<span class="keyword">namespace </span>compute {</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="context_8h.html#a7808a044fcba7e0e5ee269a242d5b351">   31</a></span>&#160;<span class="preprocessor">#define RETURN_IF_ERROR(ctx)                  \</span></div><div c
 lass="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">  if (ARROW_PREDICT_FALSE(ctx-&gt;HasError())) { \</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">    Status s = ctx-&gt;status();                 \</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">    ctx-&gt;ResetStatus();                       \</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">    return s;                                 \</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">  }</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classarrow_1_1compute_1_1_function_context.html
 ">   39</a></span>&#160;<span class="keyword">class </span>ARROW_EXPORT <a class="code" href="classarrow_1_1compute_1_1_function_context.html">FunctionContext</a> {</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;  <span class="keyword">explicit</span> <a class="code" href="classarrow_1_1compute_1_1_function_context.html">FunctionContext</a>(<a class="code" href="classarrow_1_1_memory_pool.html">MemoryPool</a>* pool <a class="code" href="memory__pool_8h.html#a45892ac769df8063a376c306735ff637">ARROW_MEMORY_POOL_DEFAULT</a>);</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;  <a class="code" href="classarrow_1_1_memory_pool.html">MemoryPool</a>* memory_pool() <span class="keyword">const</span>;</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div><div class="line
 "><a name="l00045"></a><span class="lineno">   45</span>&#160;  <a class="code" href="classarrow_1_1_status.html">Status</a> Allocate(<span class="keyword">const</span> int64_t nbytes, std::shared_ptr&lt;Buffer&gt;* out);</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;  <span class="keywordtype">void</span> SetStatus(<span class="keyword">const</span> <a class="code" href="classarrow_1_1_status.html">Status</a>&amp; status);</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;  <span class="keywordtype">void</span> ResetStatus();</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classarrow_1_1compute_1_1_function_context.html#a4240c4
 2d4fb40bb3c09d4c3c18139509">   58</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classarrow_1_1compute_1_1_function_context.html#a4240c42d4fb40bb3c09d4c3c18139509">HasError</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !status_.ok(); }</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classarrow_1_1compute_1_1_function_context.html#aa575c2fe3f2b4c611ff45143333af0e3">   61</a></span>&#160;  <span class="keyword">const</span> <a class="code" href="classarrow_1_1_status.html">Status</a>&amp; <a class="code" href="classarrow_1_1compute_1_1_function_context.html#aa575c2fe3f2b4c611ff45143333af0e3">status</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> status_; }</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div><div class="line"><
 a name="l00063"></a><span class="lineno">   63</span>&#160; <span class="keyword">private</span>:</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;  <a class="code" href="classarrow_1_1_status.html">Status</a> status_;</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;  <a class="code" href="classarrow_1_1_memory_pool.html">MemoryPool</a>* pool_;</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;};</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;}  <span class="comment">// namespace compute</span></div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;}  <span class="comment">// namespace arrow</span></div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div><div class="line"><a name="l00071"></a><span class="
 lineno">   71</span>&#160;<span class="preprocessor">#endif  // ARROW_COMPUTE_CONTEXT_H</span></div><div class="ttc" id="memory__pool_8h_html_a45892ac769df8063a376c306735ff637"><div class="ttname"><a href="memory__pool_8h.html#a45892ac769df8063a376c306735ff637">ARROW_MEMORY_POOL_DEFAULT</a></div><div class="ttdeci">#define ARROW_MEMORY_POOL_DEFAULT</div><div class="ttdef"><b>Definition:</b> memory_pool.h:94</div></div>
+<a href="context_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">// Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">// or more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">// distributed with this work for additional information</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">// regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">// to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00006"></a><span class
 ="lineno">    6</span>&#160;<span class="comment">// &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">// with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">//   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">// software distributed u
 nder the License is distributed on an</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">// &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">// KIND, either express or implied.  See the License for the</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">// specific language governing permissions and limitations</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">// under the License.</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#ifndef ARROW_COMPUTE_CONTEXT_H</span></div><div class="line"><a name="l00019"></a><span class="line
 no">   19</span>&#160;<span class="preprocessor">#define ARROW_COMPUTE_CONTEXT_H</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="memory__pool_8h.html">arrow/memory_pool.h</a>&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="status_8h.html">arrow/status.h</a>&quot;</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="type__fwd_8h.html">arrow/type_fwd.h</a>&quot;</span>
 </div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="visibility_8h.html">arrow/util/visibility.h</a>&quot;</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearrow.html">arrow</a> {</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="namespacearrow_1_1compute.html">   29</a></span>&#160;<span class="keyword">namespace </span>compute {</div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="context_8h.html#a7808a044fcba7e0e5ee269a242d5b351">   31</a></span>&#160;<span class="preprocessor">#define RETURN_IF_ERROR(ctx)                  \</span></div><div c
 lass="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">  if (ARROW_PREDICT_FALSE(ctx-&gt;HasError())) { \</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">    Status s = ctx-&gt;status();                 \</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">    ctx-&gt;ResetStatus();                       \</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">    return s;                                 \</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">  }</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classarrow_1_1compute_1_1_function_context.html
 ">   39</a></span>&#160;<span class="keyword">class </span>ARROW_EXPORT <a class="code" href="classarrow_1_1compute_1_1_function_context.html">FunctionContext</a> {</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;  <span class="keyword">explicit</span> <a class="code" href="classarrow_1_1compute_1_1_function_context.html">FunctionContext</a>(<a class="code" href="classarrow_1_1_memory_pool.html">MemoryPool</a>* pool <a class="code" href="memory__pool_8h.html#a45892ac769df8063a376c306735ff637">ARROW_MEMORY_POOL_DEFAULT</a>);</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;  <a class="code" href="classarrow_1_1_memory_pool.html">MemoryPool</a>* memory_pool() <span class="keyword">const</span>;</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div><div class="line
 "><a name="l00045"></a><span class="lineno">   45</span>&#160;  <a class="code" href="classarrow_1_1_status.html">Status</a> Allocate(<span class="keyword">const</span> int64_t nbytes, std::shared_ptr&lt;Buffer&gt;* out);</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;  <span class="keywordtype">void</span> SetStatus(<span class="keyword">const</span> <a class="code" href="classarrow_1_1_status.html">Status</a>&amp; status);</div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;  <span class="keywordtype">void</span> ResetStatus();</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classarrow_1_1compute_1_1_function_context.html#a4240c4
 2d4fb40bb3c09d4c3c18139509">   58</a></span>&#160;  <span class="keywordtype">bool</span> <a class="code" href="classarrow_1_1compute_1_1_function_context.html#a4240c42d4fb40bb3c09d4c3c18139509">HasError</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !status_.ok(); }</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classarrow_1_1compute_1_1_function_context.html#aa575c2fe3f2b4c611ff45143333af0e3">   61</a></span>&#160;  <span class="keyword">const</span> <a class="code" href="classarrow_1_1_status.html">Status</a>&amp; <a class="code" href="classarrow_1_1compute_1_1_function_context.html#aa575c2fe3f2b4c611ff45143333af0e3">status</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> status_; }</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;</div><div class="line"><
 a name="l00063"></a><span class="lineno">   63</span>&#160; <span class="keyword">private</span>:</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;  <a class="code" href="classarrow_1_1_status.html">Status</a> status_;</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;  <a class="code" href="classarrow_1_1_memory_pool.html">MemoryPool</a>* pool_;</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;};</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;}  <span class="comment">// namespace compute</span></div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;}  <span class="comment">// namespace arrow</span></div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;</div><div class="line"><a name="l00071"></a><span class="
 lineno">   71</span>&#160;<span class="preprocessor">#endif  // ARROW_COMPUTE_CONTEXT_H</span></div><div class="ttc" id="memory__pool_8h_html_a45892ac769df8063a376c306735ff637"><div class="ttname"><a href="memory__pool_8h.html#a45892ac769df8063a376c306735ff637">ARROW_MEMORY_POOL_DEFAULT</a></div><div class="ttdeci">#define ARROW_MEMORY_POOL_DEFAULT</div><div class="ttdef"><b>Definition:</b> memory_pool.h:117</div></div>
 <div class="ttc" id="classarrow_1_1compute_1_1_function_context_html_a4240c42d4fb40bb3c09d4c3c18139509"><div class="ttname"><a href="classarrow_1_1compute_1_1_function_context.html#a4240c42d4fb40bb3c09d4c3c18139509">arrow::compute::FunctionContext::HasError</a></div><div class="ttdeci">bool HasError() const</div><div class="ttdoc">Return true if an error has occurred. </div><div class="ttdef"><b>Definition:</b> context.h:58</div></div>
 <div class="ttc" id="classarrow_1_1compute_1_1_function_context_html"><div class="ttname"><a href="classarrow_1_1compute_1_1_function_context.html">arrow::compute::FunctionContext</a></div><div class="ttdoc">Container for variables and options used by function evaluation. </div><div class="ttdef"><b>Definition:</b> context.h:39</div></div>
-<div class="ttc" id="classarrow_1_1_status_html"><div class="ttname"><a href="classarrow_1_1_status.html">arrow::Status</a></div><div class="ttdef"><b>Definition:</b> status.h:93</div></div>
+<div class="ttc" id="classarrow_1_1_status_html"><div class="ttname"><a href="classarrow_1_1_status.html">arrow::Status</a></div><div class="ttdef"><b>Definition:</b> status.h:94</div></div>
 <div class="ttc" id="type__fwd_8h_html"><div class="ttname"><a href="type__fwd_8h.html">type_fwd.h</a></div></div>
 <div class="ttc" id="visibility_8h_html"><div class="ttname"><a href="visibility_8h.html">visibility.h</a></div></div>
 <div class="ttc" id="memory__pool_8h_html"><div class="ttname"><a href="memory__pool_8h.html">memory_pool.h</a></div></div>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7f9d5fdc/docs/cpp/convert_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/convert_8h.html b/docs/cpp/convert_8h.html
new file mode 100644
index 0000000..4612b57
--- /dev/null
+++ b/docs/cpp/convert_8h.html
@@ -0,0 +1,107 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.14"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/adapters/tensorflow/convert.h File Reference</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Apache Arrow (C++)
+   </div>
+   <div id="projectbrief">A columnar in-memory analytics layer designed to accelerate big data.</div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.14 -->
+<script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+/* @license-end */
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
+$(function() {
+  initMenu('',true,false,'search.php','Search');
+  $(document).ready(function() { init_search(); });
+});
+/* @license-end */</script>
+<div id="main-nav"></div>
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+     onmouseover="return searchBox.OnSearchSelectShow()"
+     onmouseout="return searchBox.OnSearchSelectHide()"
+     onkeydown="return searchBox.OnSearchSelectKey(event)">
+</div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0" 
+        name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_4f683177589ce7b8fe2ef6d807198da3.html">arrow</a></li><li class="navelem"><a class="el" href="dir_280217092a2d22f888c6591dfff78c57.html">adapters</a></li><li class="navelem"><a class="el" href="dir_4fe46487144239536eb857e7db813de3.html">tensorflow</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="summary">
+<a href="#namespaces">Namespaces</a> &#124;
+<a href="#func-members">Functions</a>  </div>
+  <div class="headertitle">
+<div class="title">convert.h File Reference</div>  </div>
+</div><!--header-->
+<div class="contents">
+<div class="textblock"><code>#include &lt;memory&gt;</code><br />
+<code>#include &quot;tensorflow/core/framework/op.h&quot;</code><br />
+<code>#include &quot;<a class="el" href="type_8h_source.html">arrow/type.h</a>&quot;</code><br />
+</div>
+<p><a href="convert_8h_source.html">Go to the source code of this file.</a></p>
+<table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
+Namespaces</h2></td></tr>
+<tr class="memitem:namespacearrow"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearrow.html">arrow</a></td></tr>
+<tr class="memdesc:namespacearrow"><td class="mdescLeft">&#160;</td><td class="mdescRight">Top-level namespace for Apache Arrow C++ API. <br /></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:namespacearrow_1_1adapters"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearrow_1_1adapters.html">arrow::adapters</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:namespacearrow_1_1adapters_1_1tensorflow"><td class="memItemLeft" align="right" valign="top"> &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearrow_1_1adapters_1_1tensorflow.html">arrow::adapters::tensorflow</a></td></tr>
+<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table><table class="memberdecls">
+<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
+Functions</h2></td></tr>
+<tr class="memitem:afeecdf5bc8fcb852037d034360a7c928"><td class="memItemLeft" align="right" valign="top">Status&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearrow_1_1adapters_1_1tensorflow.html#afeecdf5bc8fcb852037d034360a7c928">arrow::adapters::tensorflow::GetArrowType</a> (::tensorflow::DataType dtype, std::shared_ptr&lt; DataType &gt; *out)</td></tr>
+<tr class="separator:afeecdf5bc8fcb852037d034360a7c928"><td class="memSeparator" colspan="2">&#160;</td></tr>
+<tr class="memitem:aee4bac1da7b5c68909ee34a69adf0226"><td class="memItemLeft" align="right" valign="top">Status&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacearrow_1_1adapters_1_1tensorflow.html#aee4bac1da7b5c68909ee34a69adf0226">arrow::adapters::tensorflow::GetTensorFlowType</a> (std::shared_ptr&lt; DataType &gt; dtype, ::tensorflow::DataType *out)</td></tr>
+<tr class="separator:aee4bac1da7b5c68909ee34a69adf0226"><td class="memSeparator" colspan="2">&#160;</td></tr>
+</table>
+</div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.14
+</small></address>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7f9d5fdc/docs/cpp/convert_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/convert_8h_source.html b/docs/cpp/convert_8h_source.html
new file mode 100644
index 0000000..803bfdb
--- /dev/null
+++ b/docs/cpp/convert_8h_source.html
@@ -0,0 +1,127 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.14"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/adapters/tensorflow/convert.h Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+  <td id="projectalign" style="padding-left: 0.5em;">
+   <div id="projectname">Apache Arrow (C++)
+   </div>
+   <div id="projectbrief">A columnar in-memory analytics layer designed to accelerate big data.</div>
+  </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.14 -->
+<script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+/* @license-end */
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
+$(function() {
+  initMenu('',true,false,'search.php','Search');
+  $(document).ready(function() { init_search(); });
+});
+/* @license-end */</script>
+<div id="main-nav"></div>
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+     onmouseover="return searchBox.OnSearchSelectShow()"
+     onmouseout="return searchBox.OnSearchSelectHide()"
+     onkeydown="return searchBox.OnSearchSelectKey(event)">
+</div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0" 
+        name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div id="nav-path" class="navpath">
+  <ul>
+<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_4f683177589ce7b8fe2ef6d807198da3.html">arrow</a></li><li class="navelem"><a class="el" href="dir_280217092a2d22f888c6591dfff78c57.html">adapters</a></li><li class="navelem"><a class="el" href="dir_4fe46487144239536eb857e7db813de3.html">tensorflow</a></li>  </ul>
+</div>
+</div><!-- top -->
+<div class="header">
+  <div class="headertitle">
+<div class="title">convert.h</div>  </div>
+</div><!--header-->
+<div class="contents">
+<a href="convert_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">// Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">// or more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment">// distributed with this work for additional information</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment">// regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment">// to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00006"></a><span class
 ="lineno">    6</span>&#160;<span class="comment">// &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment">// with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment">//   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment">// software distributed u
 nder the License is distributed on an</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">// &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment">// KIND, either express or implied.  See the License for the</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">// specific language governing permissions and limitations</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">// under the License.</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;</div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="preprocessor">#ifndef ARROW_TENSORFLOW_CONVERTER_H</span></div><div class="line"><a name="l00019"></a><span class=
 "lineno">   19</span>&#160;<span class="preprocessor">#define ARROW_TENSORFLOW_CONVERTER_H</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &quot;tensorflow/core/framework/op.h&quot;</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="type_8h.html">arrow/type.h</a>&quot;</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div><div class="line"><a name="l00027"></a><span class="linen
 o">   27</span>&#160;<span class="comment">// These utilities are supposed to be included in TensorFlow operators</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment">// that need to be compiled separately from Arrow because of ABI issues.</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">// They therefore need to be header-only.</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacearrow.html">arrow</a> {</div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">namespace </span>adapters {</div><div class="line"><a name="l00034"></a><span class="li
 neno">   34</span>&#160;</div><div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="namespacearrow_1_1adapters_1_1tensorflow.html">   35</a></span>&#160;<span class="keyword">namespace </span>tensorflow {</div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="namespacearrow_1_1adapters_1_1tensorflow.html#afeecdf5bc8fcb852037d034360a7c928">   37</a></span>&#160;<a class="code" href="classarrow_1_1_status.html">Status</a> <a class="code" href="namespacearrow_1_1adapters_1_1tensorflow.html#afeecdf5bc8fcb852037d034360a7c928">GetArrowType</a>(::tensorflow::DataType dtype, std::shared_ptr&lt;DataType&gt;* out) {</div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;  <span class="keywordflow">switch</span> (dtype) {</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    case ::tensorflow
 ::DT_BOOL:</div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;      *out = <a class="code" href="namespacearrow.html#a1e585e8f1c25a9751ac9381a274df057">arrow::boolean</a>();</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;    case ::tensorflow::DT_FLOAT:</div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;      *out = <a class="code" href="namespacearrow.html#a48fca9d26feda61c8255ec3c44a2078c">arrow::float32</a>();</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;    case ::tensorflow::DT_DOUBLE:</div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;      *out = <a class=
 "code" href="namespacearrow.html#ab6f514320a9b037ab161fa97db73b970">arrow::float64</a>();</div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;    case ::tensorflow::DT_HALF:</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;      *out = <a class="code" href="namespacearrow.html#a4fac9b6739876df09be8b82d70b26734">arrow::float16</a>();</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;    case ::tensorflow::DT_INT8:</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;      *out = <a class="code" href="namespacearrow.html#a9c09bf26bc03f0fb0c84a0277215dd67">arrow::int8</a>();</div><div class="line"><a name="
 l00053"></a><span class="lineno">   53</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;    case ::tensorflow::DT_INT16:</div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;      *out = <a class="code" href="namespacearrow.html#a034c5c703e15039fe76af412d349734d">arrow::int16</a>();</div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;    case ::tensorflow::DT_INT32:</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;      *out = <a class="code" href="namespacearrow.html#a86f6bfe394347f77befa2143297ad541">arrow::int32</a>();</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><
 a name="l00060"></a><span class="lineno">   60</span>&#160;    case ::tensorflow::DT_INT64:</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;      *out = <a class="code" href="namespacearrow.html#a733b16be653069b8d926529662e34e79">arrow::int64</a>();</div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;    case ::tensorflow::DT_UINT8:</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;      *out = <a class="code" href="namespacearrow.html#a4891a423be213550cc24e8ebe830673f">arrow::uint8</a>();</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    case ::tensorflow::DT_UINT16:</div><div class="line"><a na
 me="l00067"></a><span class="lineno">   67</span>&#160;      *out = <a class="code" href="namespacearrow.html#a9f1e44bc2ab9b465b6e7b601eb48f0a0">arrow::uint16</a>();</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;    case ::tensorflow::DT_UINT32:</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;      *out = <a class="code" href="namespacearrow.html#ae80e510cfb2931ac18c73cba0be6d894">arrow::uint32</a>();</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;    case ::tensorflow::DT_UINT64:</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;      *out = <a class="code" href="namespacearrow.html#ae548d0
 3275f4afaa97a269774ce6930c">arrow::uint64</a>();</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    case ::tensorflow::DT_BFLOAT16:</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;    case ::tensorflow::DT_COMPLEX64:</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;    case ::tensorflow::DT_COMPLEX128:</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;    case ::tensorflow::DT_INVALID:</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;    case ::tensorflow::DT_QINT8:</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;    case ::tensorflow::DT_QINT16:</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;    case ::tensorflow::DT
 _QINT32:</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;    case ::tensorflow::DT_QUINT8:</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;    case ::tensorflow::DT_QUINT16:</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;    case ::tensorflow::DT_RESOURCE:</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;    case ::tensorflow::DT_STRING:</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;    case ::tensorflow::DT_VARIANT:</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;    <span class="keywordflow">default</span>:</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classarrow_1_1_status.html#ac618ef5553ac7bd7243461fe3418ce8a">Status::TypeError</a>(<span class="stringliteral">&quot;T
 ensorFlow data type is not supported&quot;</span>);</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;  }</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;  <span class="keywordflow">return</span> <a class="code" href="classarrow_1_1_status.html#a5c0b0031db6eeec3dcc70485d24cfe03">Status::OK</a>();</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;}</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="namespacearrow_1_1adapters_1_1tensorflow.html#aee4bac1da7b5c68909ee34a69adf0226">   93</a></span>&#160;<a class="code" href="classarrow_1_1_status.html">Status</a> <a class="code" href="namespacearrow_1_1adapters_1_1tensorflow.html#aee4bac1da7b5c68909ee34a69adf0226">GetTensorFlowType</a>(std::shared_ptr&lt;DataType&gt; dtype, ::tensorflow::DataType* out) {</div><div class=
 "line"><a name="l00094"></a><span class="lineno">   94</span>&#160;  <span class="keywordflow">switch</span> (dtype-&gt;id()) {</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44ae4bb4146eedf3fb5a517780000001b30">Type::BOOL</a>:</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;      *out = ::tensorflow::DT_BOOL;</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44ab8f52afb784526f800c91de101673b42">Type::UINT8</a>:</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;      *out = ::tensorfl
 ow::DT_UINT8;</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44adf9f694eb598f6f8cac8bed3da547d65">Type::INT8</a>:</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;      *out = ::tensorflow::DT_INT8;</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a87c4272d67d3a84ed9ce6c6a9a4a6772">Type::UINT16</a>:</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;      *
 out = ::tensorflow::DT_UINT16;</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a36b3753b92501b60b2740b29d6e17696">Type::INT16</a>:</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;      *out = ::tensorflow::DT_INT16;</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a89620afd46abf8f99b057bd3587a78f0">Type::UINT32</a>:</div><div class="line"><a name="l00111"></a><span class="lineno">  111<
 /span>&#160;      *out = ::tensorflow::DT_UINT32;</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44af8005f162bc422abcee7f1197bf04cf8">Type::INT32</a>:</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;      *out = ::tensorflow::DT_INT32;</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44af1096e3ebb2d7a678fc6ddac24bf7639">Type::UINT64</a>:</div><div class="line"><a name="l00117"></a><span cl
 ass="lineno">  117</span>&#160;      *out = ::tensorflow::DT_UINT64;</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44af38ec7ec303572a87b11fd48876bc1d0">Type::INT64</a>:</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;      *out = ::tensorflow::DT_INT64;</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44af6ebd198668f2a6c2d79c549f599e896">Type::HALF_FLOAT</a>:</div><div class="line"><a nam
 e="l00123"></a><span class="lineno">  123</span>&#160;      *out = ::tensorflow::DT_HALF;</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a57c54c2b9d1630bc8c99b5fec4c93e58">Type::FLOAT</a>:</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;      *out = ::tensorflow::DT_FLOAT;</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a75397800ad025678ff7803b543d4a183">Type::DOUBLE</a>:</div><div cl
 ass="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;      *out = ::tensorflow::DT_DOUBLE;</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;      <span class="keywordflow">break</span>;</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a864933bd7cdfa63ea75498c34db6545f">Type::STRING</a>:</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a442cc62761c7e5a83d26da4d3ed2fe01">Type::BINARY</a>:</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a1b3f48148c5ff94c039d09ff689da179">
 Type::FIXED_SIZE_BINARY</a>:</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a4351aedceb3d92f82cf7ae504476ef30">Type::DATE32</a>:</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a17325202e90c23cd194b1698eea87a38">Type::DATE64</a>:</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a1e41dddee4a6410c4d6fe164b36a230e">Type::TIMESTAMP</a>:</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be
 373da8eec7d4bf1f44a73fb0fcd2b5d9a4c6071574c73cdf3c5">Type::TIME32</a>:</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44ab960cffd22f54b634d9f055f7568d321">Type::TIME64</a>:</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44aaa546143f5b445f6478b7e157546ec3f">Type::INTERVAL</a>:</div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a014fe7104b592dbd7c70e4e861774a63">Type::DECIMAL</a>:</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;    <span class="keywordflow">case</span> <a class="code" href=
 "structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44ad074f9c02567b5945293b9114f84f210">Type::LIST</a>:</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44aaa028b35c4e6a047c0e510ef1b0389ef">Type::STRUCT</a>:</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a2fa6d3a8e3947b7d0024304bfb8b5fad">Type::UNION</a>:</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;    <span class="keywordflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a3c38b5820a3de12d71713473550c6280">Type::DICTIONARY</a>:</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;    <span class="keywor
 dflow">case</span> <a class="code" href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a51838b04a2cdc2db91890e4c70f45e61">Type::MAP</a>:</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;    <span class="keywordflow">default</span>:</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;      <span class="keywordflow">return</span> <a class="code" href="classarrow_1_1_status.html#ac618ef5553ac7bd7243461fe3418ce8a">Status::TypeError</a>(<span class="stringliteral">&quot;Arrow data type is not supported&quot;</span>);</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;  }</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;  <span class="keywordflow">return</span> <a class="code" href="classarrow_1_1_status.html#a5c0b0031db6eeec3dcc70485d24cfe03">arrow::Status::OK</a>();</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#1
 60;}</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;}  <span class="comment">// namespace tensorflow</span></div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;}  <span class="comment">// namespace adapters</span></div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div><div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;}  <span class="comment">// namespace arrow</span></div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;<span class="preprocessor">#endif  // ARROW_TENSORFLOW_CONVERTER_H</span></div><div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a87c
 4272d67d3a84ed9ce6c6a9a4a6772"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a87c4272d67d3a84ed9ce6c6a9a4a6772">arrow::Type::UINT16</a></div><div class="ttdoc">Unsigned 16-bit little-endian integer. </div><div class="ttdef"><b>Definition:</b> type.h:60</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a89620afd46abf8f99b057bd3587a78f0"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a89620afd46abf8f99b057bd3587a78f0">arrow::Type::UINT32</a></div><div class="ttdoc">Unsigned 32-bit little-endian integer. </div><div class="ttdef"><b>Definition:</b> type.h:66</div></div>
+<div class="ttc" id="namespacearrow_html_a034c5c703e15039fe76af412d349734d"><div class="ttname"><a href="namespacearrow.html#a034c5c703e15039fe76af412d349734d">arrow::int16</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; int16()</div></div>
+<div class="ttc" id="namespacearrow_html_a4891a423be213550cc24e8ebe830673f"><div class="ttname"><a href="namespacearrow.html#a4891a423be213550cc24e8ebe830673f">arrow::uint8</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; uint8()</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44ab8f52afb784526f800c91de101673b42"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44ab8f52afb784526f800c91de101673b42">arrow::Type::UINT8</a></div><div class="ttdoc">Unsigned 8-bit little-endian integer. </div><div class="ttdef"><b>Definition:</b> type.h:54</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44adf9f694eb598f6f8cac8bed3da547d65"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44adf9f694eb598f6f8cac8bed3da547d65">arrow::Type::INT8</a></div><div class="ttdoc">Signed 8-bit little-endian integer. </div><div class="ttdef"><b>Definition:</b> type.h:57</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44ad074f9c02567b5945293b9114f84f210"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44ad074f9c02567b5945293b9114f84f210">arrow::Type::LIST</a></div><div class="ttdoc">A list of some logical data type. </div><div class="ttdef"><b>Definition:</b> type.h:121</div></div>
+<div class="ttc" id="namespacearrow_html_a9f1e44bc2ab9b465b6e7b601eb48f0a0"><div class="ttname"><a href="namespacearrow.html#a9f1e44bc2ab9b465b6e7b601eb48f0a0">arrow::uint16</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; uint16()</div></div>
+<div class="ttc" id="namespacearrow_html_a86f6bfe394347f77befa2143297ad541"><div class="ttname"><a href="namespacearrow.html#a86f6bfe394347f77befa2143297ad541">arrow::int32</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; int32()</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a3c38b5820a3de12d71713473550c6280"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a3c38b5820a3de12d71713473550c6280">arrow::Type::DICTIONARY</a></div><div class="ttdoc">Dictionary aka Category type. </div><div class="ttdef"><b>Definition:</b> type.h:130</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44ab960cffd22f54b634d9f055f7568d321"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44ab960cffd22f54b634d9f055f7568d321">arrow::Type::TIME64</a></div><div class="ttdoc">Time as signed 64-bit integer, representing either microseconds or nanoseconds since midnight...</div><div class="ttdef"><b>Definition:</b> type.h:111</div></div>
+<div class="ttc" id="namespacearrow_html_ae80e510cfb2931ac18c73cba0be6d894"><div class="ttname"><a href="namespacearrow.html#ae80e510cfb2931ac18c73cba0be6d894">arrow::uint32</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; uint32()</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44af8005f162bc422abcee7f1197bf04cf8"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44af8005f162bc422abcee7f1197bf04cf8">arrow::Type::INT32</a></div><div class="ttdoc">Signed 32-bit little-endian integer. </div><div class="ttdef"><b>Definition:</b> type.h:69</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a51838b04a2cdc2db91890e4c70f45e61"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a51838b04a2cdc2db91890e4c70f45e61">arrow::Type::MAP</a></div><div class="ttdoc">Map, a repeated struct logical type. </div><div class="ttdef"><b>Definition:</b> type.h:133</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a73fb0fcd2b5d9a4c6071574c73cdf3c5"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a73fb0fcd2b5d9a4c6071574c73cdf3c5">arrow::Type::TIME32</a></div><div class="ttdoc">Time as signed 32-bit integer, representing either seconds or milliseconds since midnight. </div><div class="ttdef"><b>Definition:</b> type.h:107</div></div>
+<div class="ttc" id="classarrow_1_1_status_html"><div class="ttname"><a href="classarrow_1_1_status.html">arrow::Status</a></div><div class="ttdef"><b>Definition:</b> status.h:94</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a4351aedceb3d92f82cf7ae504476ef30"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a4351aedceb3d92f82cf7ae504476ef30">arrow::Type::DATE32</a></div><div class="ttdoc">int32_t days since the UNIX epoch </div><div class="ttdef"><b>Definition:</b> type.h:96</div></div>
+<div class="ttc" id="namespacearrow_html_ae548d03275f4afaa97a269774ce6930c"><div class="ttname"><a href="namespacearrow.html#ae548d03275f4afaa97a269774ce6930c">arrow::uint64</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; uint64()</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a57c54c2b9d1630bc8c99b5fec4c93e58"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a57c54c2b9d1630bc8c99b5fec4c93e58">arrow::Type::FLOAT</a></div><div class="ttdoc">4-byte floating point value </div><div class="ttdef"><b>Definition:</b> type.h:81</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a36b3753b92501b60b2740b29d6e17696"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a36b3753b92501b60b2740b29d6e17696">arrow::Type::INT16</a></div><div class="ttdoc">Signed 16-bit little-endian integer. </div><div class="ttdef"><b>Definition:</b> type.h:63</div></div>
+<div class="ttc" id="namespacearrow_html_a9c09bf26bc03f0fb0c84a0277215dd67"><div class="ttname"><a href="namespacearrow.html#a9c09bf26bc03f0fb0c84a0277215dd67">arrow::int8</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; int8()</div></div>
+<div class="ttc" id="namespacearrow_html_a48fca9d26feda61c8255ec3c44a2078c"><div class="ttname"><a href="namespacearrow.html#a48fca9d26feda61c8255ec3c44a2078c">arrow::float32</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; float32()</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44ae4bb4146eedf3fb5a517780000001b30"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44ae4bb4146eedf3fb5a517780000001b30">arrow::Type::BOOL</a></div><div class="ttdoc">Boolean as 1 bit, LSB bit-packed ordering. </div><div class="ttdef"><b>Definition:</b> type.h:51</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44af38ec7ec303572a87b11fd48876bc1d0"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44af38ec7ec303572a87b11fd48876bc1d0">arrow::Type::INT64</a></div><div class="ttdoc">Signed 64-bit little-endian integer. </div><div class="ttdef"><b>Definition:</b> type.h:75</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44aaa028b35c4e6a047c0e510ef1b0389ef"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44aaa028b35c4e6a047c0e510ef1b0389ef">arrow::Type::STRUCT</a></div><div class="ttdoc">Struct of logical types. </div><div class="ttdef"><b>Definition:</b> type.h:124</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a442cc62761c7e5a83d26da4d3ed2fe01"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a442cc62761c7e5a83d26da4d3ed2fe01">arrow::Type::BINARY</a></div><div class="ttdoc">Variable-length bytes (no guarantee of UTF8-ness) </div><div class="ttdef"><b>Definition:</b> type.h:90</div></div>
+<div class="ttc" id="classarrow_1_1_status_html_a5c0b0031db6eeec3dcc70485d24cfe03"><div class="ttname"><a href="classarrow_1_1_status.html#a5c0b0031db6eeec3dcc70485d24cfe03">arrow::Status::OK</a></div><div class="ttdeci">static Status OK()</div><div class="ttdef"><b>Definition:</b> status.h:123</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a1e41dddee4a6410c4d6fe164b36a230e"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a1e41dddee4a6410c4d6fe164b36a230e">arrow::Type::TIMESTAMP</a></div><div class="ttdoc">Exact timestamp encoded with int64 since UNIX epoch Default unit millisecond. </div><div class="ttdef"><b>Definition:</b> type.h:103</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a1b3f48148c5ff94c039d09ff689da179"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a1b3f48148c5ff94c039d09ff689da179">arrow::Type::FIXED_SIZE_BINARY</a></div><div class="ttdoc">Fixed-size binary. Each value occupies the same number of bytes. </div><div class="ttdef"><b>Definition:</b> type.h:93</div></div>
+<div class="ttc" id="namespacearrow_html_a733b16be653069b8d926529662e34e79"><div class="ttname"><a href="namespacearrow.html#a733b16be653069b8d926529662e34e79">arrow::int64</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; int64()</div></div>
+<div class="ttc" id="classarrow_1_1_status_html_ac618ef5553ac7bd7243461fe3418ce8a"><div class="ttname"><a href="classarrow_1_1_status.html#ac618ef5553ac7bd7243461fe3418ce8a">arrow::Status::TypeError</a></div><div class="ttdeci">static Status TypeError(const std::string &amp;msg)</div><div class="ttdef"><b>Definition:</b> status.h:134</div></div>
+<div class="ttc" id="namespacearrow_html"><div class="ttname"><a href="namespacearrow.html">arrow</a></div><div class="ttdoc">Top-level namespace for Apache Arrow C++ API. </div><div class="ttdef"><b>Definition:</b> adapter.h:32</div></div>
+<div class="ttc" id="namespacearrow_html_a1e585e8f1c25a9751ac9381a274df057"><div class="ttname"><a href="namespacearrow.html#a1e585e8f1c25a9751ac9381a274df057">arrow::boolean</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; boolean()</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a75397800ad025678ff7803b543d4a183"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a75397800ad025678ff7803b543d4a183">arrow::Type::DOUBLE</a></div><div class="ttdoc">8-byte floating point value </div><div class="ttdef"><b>Definition:</b> type.h:84</div></div>
+<div class="ttc" id="namespacearrow_html_ab6f514320a9b037ab161fa97db73b970"><div class="ttname"><a href="namespacearrow.html#ab6f514320a9b037ab161fa97db73b970">arrow::float64</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; float64()</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a17325202e90c23cd194b1698eea87a38"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a17325202e90c23cd194b1698eea87a38">arrow::Type::DATE64</a></div><div class="ttdoc">int64_t milliseconds since the UNIX epoch </div><div class="ttdef"><b>Definition:</b> type.h:99</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a864933bd7cdfa63ea75498c34db6545f"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a864933bd7cdfa63ea75498c34db6545f">arrow::Type::STRING</a></div><div class="ttdoc">UTF8 variable-length string as List&lt;Char&gt; </div><div class="ttdef"><b>Definition:</b> type.h:87</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44af1096e3ebb2d7a678fc6ddac24bf7639"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44af1096e3ebb2d7a678fc6ddac24bf7639">arrow::Type::UINT64</a></div><div class="ttdoc">Unsigned 64-bit little-endian integer. </div><div class="ttdef"><b>Definition:</b> type.h:72</div></div>
+<div class="ttc" id="namespacearrow_html_a4fac9b6739876df09be8b82d70b26734"><div class="ttname"><a href="namespacearrow.html#a4fac9b6739876df09be8b82d70b26734">arrow::float16</a></div><div class="ttdeci">std::shared_ptr&lt; DataType &gt; float16()</div></div>
+<div class="ttc" id="namespacearrow_1_1adapters_1_1tensorflow_html_aee4bac1da7b5c68909ee34a69adf0226"><div class="ttname"><a href="namespacearrow_1_1adapters_1_1tensorflow.html#aee4bac1da7b5c68909ee34a69adf0226">arrow::adapters::tensorflow::GetTensorFlowType</a></div><div class="ttdeci">Status GetTensorFlowType(std::shared_ptr&lt; DataType &gt; dtype, ::tensorflow::DataType *out)</div><div class="ttdef"><b>Definition:</b> convert.h:93</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44af6ebd198668f2a6c2d79c549f599e896"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44af6ebd198668f2a6c2d79c549f599e896">arrow::Type::HALF_FLOAT</a></div><div class="ttdoc">2-byte floating point value </div><div class="ttdef"><b>Definition:</b> type.h:78</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a2fa6d3a8e3947b7d0024304bfb8b5fad"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a2fa6d3a8e3947b7d0024304bfb8b5fad">arrow::Type::UNION</a></div><div class="ttdoc">Unions of logical types. </div><div class="ttdef"><b>Definition:</b> type.h:127</div></div>
+<div class="ttc" id="namespacearrow_1_1adapters_1_1tensorflow_html_afeecdf5bc8fcb852037d034360a7c928"><div class="ttname"><a href="namespacearrow_1_1adapters_1_1tensorflow.html#afeecdf5bc8fcb852037d034360a7c928">arrow::adapters::tensorflow::GetArrowType</a></div><div class="ttdeci">Status GetArrowType(::tensorflow::DataType dtype, std::shared_ptr&lt; DataType &gt; *out)</div><div class="ttdef"><b>Definition:</b> convert.h:37</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44aaa546143f5b445f6478b7e157546ec3f"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44aaa546143f5b445f6478b7e157546ec3f">arrow::Type::INTERVAL</a></div><div class="ttdoc">YEAR_MONTH or DAY_TIME interval in SQL style. </div><div class="ttdef"><b>Definition:</b> type.h:114</div></div>
+<div class="ttc" id="structarrow_1_1_type_html_a00a041cb19a3be373da8eec7d4bf1f44a014fe7104b592dbd7c70e4e861774a63"><div class="ttname"><a href="structarrow_1_1_type.html#a00a041cb19a3be373da8eec7d4bf1f44a014fe7104b592dbd7c70e4e861774a63">arrow::Type::DECIMAL</a></div><div class="ttdoc">Precision- and scale-based decimal type. </div><div class="ttdef"><b>Definition:</b> type.h:118</div></div>
+<div class="ttc" id="type_8h_html"><div class="ttname"><a href="type_8h.html">type.h</a></div></div>
+</div><!-- fragment --></div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.14
+</small></address>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/7f9d5fdc/docs/cpp/cuda__arrow__ipc_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/cuda__arrow__ipc_8h_source.html b/docs/cpp/cuda__arrow__ipc_8h_source.html
index 3c12385..d937656 100644
--- a/docs/cpp/cuda__arrow__ipc_8h_source.html
+++ b/docs/cpp/cuda__arrow__ipc_8h_source.html
@@ -74,7 +74,7 @@ $(function() {
 <div class="ttc" id="classarrow_1_1ipc_1_1_message_html"><div class="ttname"><a href="classarrow_1_1ipc_1_1_message.html">arrow::ipc::Message</a></div><div class="ttdoc">An IPC message including metadata and body. </div><div class="ttdef"><b>Definition:</b> message.h:70</div></div>
 <div class="ttc" id="classarrow_1_1_record_batch_html"><div class="ttname"><a href="classarrow_1_1_record_batch.html">arrow::RecordBatch</a></div><div class="ttdoc">Collection of equal-length arrays matching a particular Schema. </div><div class="ttdef"><b>Definition:</b> record_batch.h:41</div></div>
 <div class="ttc" id="classarrow_1_1gpu_1_1_cuda_context_html"><div class="ttname"><a href="classarrow_1_1gpu_1_1_cuda_context.html">arrow::gpu::CudaContext</a></div><div class="ttdoc">Friendlier interface to the CUDA driver API. </div><div class="ttdef"><b>Definition:</b> cuda_context.h:67</div></div>
-<div class="ttc" id="classarrow_1_1_status_html"><div class="ttname"><a href="classarrow_1_1_status.html">arrow::Status</a></div><div class="ttdef"><b>Definition:</b> status.h:93</div></div>
+<div class="ttc" id="classarrow_1_1_status_html"><div class="ttname"><a href="classarrow_1_1_status.html">arrow::Status</a></div><div class="ttdef"><b>Definition:</b> status.h:94</div></div>
 <div class="ttc" id="visibility_8h_html"><div class="ttname"><a href="visibility_8h.html">visibility.h</a></div></div>
 <div class="ttc" id="classarrow_1_1gpu_1_1_cuda_buffer_reader_html"><div class="ttname"><a href="classarrow_1_1gpu_1_1_cuda_buffer_reader.html">arrow::gpu::CudaBufferReader</a></div><div class="ttdoc">File interface for zero-copy read from CUDA buffers. </div><div class="ttdef"><b>Definition:</b> cuda_memory.h:133</div></div>
 <div class="ttc" id="namespacearrow_html"><div class="ttname"><a href="namespacearrow.html">arrow</a></div><div class="ttdoc">Top-level namespace for Apache Arrow C++ API. </div><div class="ttdef"><b>Definition:</b> adapter.h:32</div></div>