http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/io-util_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/io-util_8h_source.html b/docs/cpp/io-util_8h_source.html
index c065cc9..7645d08 100644
--- a/docs/cpp/io-util_8h_source.html
+++ b/docs/cpp/io-util_8h_source.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/util/io-util.h 
Source File</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/util/io-util.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>
@@ -69,9 +69,9 @@ $(function() {
 <div class="contents">
 <a href="io-util_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_UTIL_IO_UTIL_H</span></div><div 
class="line"><a name="l00019"></a><span class="lineno"
 >   19</span>&#160;<span class="preprocessor">#define 
 > ARROW_UTIL_IO_UTIL_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;iostream&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="buffer_8h.html">arrow/buffer.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="interfaces_8h.html">arrow/io/interfaces.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="status_8h.html">arrow/status.h</a>&quot;</span></div><di
 v 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;<span 
class="keyword">namespace </span>io {</div><div class="line"><a 
name="l00029"></a><span class="lineno">   29</span>&#160;</div><div 
class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span 
class="comment">// Output stream that just writes to stdout.</span></div><div 
class="line"><a name="l00031"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_stdout_stream.html">   31</a></span>&#160;<span 
class="keyword">class </span><a class="code" 
href="classarrow_1_1io_1_1_stdout_stream.html">StdoutStream</a> : <span 
class="keyword">public</span> <a class="code" 
href="classarrow_1_1io_1_1_output_stream.html">OutputStre
 am</a> {</div><div class="line"><a name="l00032"></a><span class="lineno">   
32</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a 
name="l00033"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_stdout_stream.html#add5fc3e46136cb12fcf8949d22921981">
   33</a></span>&#160;  <a class="code" 
href="classarrow_1_1io_1_1_stdout_stream.html#add5fc3e46136cb12fcf8949d22921981">StdoutStream</a>()
 : pos_(0) { <a class="code" 
href="classarrow_1_1io_1_1_file_interface.html#af3dd01a780076e39a34770beb513f71f">set_mode</a>(<a
 class="code" 
href="structarrow_1_1io_1_1_file_mode.html#a41b6fb9caec96f1e634fb8052c9a9310a28af57040692991ac5d033282c609c7b">FileMode::WRITE</a>);
 }</div><div class="line"><a name="l00034"></a><span class="lineno"><a 
class="line" 
href="classarrow_1_1io_1_1_stdout_stream.html#a5283ed0c16b0deee69d7d9d808d775d3">
   34</a></span>&#160;  <span class="keyword">virtual</span> <a class="code" 
href="classarrow_1_1io_1_1_stdout_stream.html#a5283e
 d0c16b0deee69d7d9d808d775d3">~StdoutStream</a>() {}</div><div class="line"><a 
name="l00035"></a><span class="lineno">   35</span>&#160;</div><div 
class="line"><a name="l00036"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_stdout_stream.html#af3227ce5089e9f311e9be63cd8dece9f">
   36</a></span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> <a class="code" 
href="classarrow_1_1io_1_1_stdout_stream.html#af3227ce5089e9f311e9be63cd8dece9f">Close</a>()<span
 class="keyword"> override </span>{ <span class="keywordflow">return</span> <a 
class="code" 
href="classarrow_1_1_status.html#a5c0b0031db6eeec3dcc70485d24cfe03">Status::OK</a>();
 }</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"><a class="line" 
href="classarrow_1_1io_1_1_stdout_stream.html#ac6c17ba8bfef28c14b29f8321cc72939">
   38</a></span>&#160;  <a class="code" href="classarrow_1_1_status.html">S
 tatus</a> <a class="code" 
href="classarrow_1_1io_1_1_stdout_stream.html#ac6c17ba8bfef28c14b29f8321cc72939">Tell</a>(int64_t*
 position)<span class="keyword"> const override </span>{</div><div 
class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    
*position = pos_;</div><div class="line"><a name="l00040"></a><span 
class="lineno">   40</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="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"><a class="line" 
href="classarrow_1_1io_1_1_stdout_stream.html#acf8fde9b89a4af6d24a7fda92bdfddb8">
   43</a></span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> <a class="code" 
href="classarrow_1_1io_1_1_stdout_stream.html#ac
 f8fde9b89a4af6d24a7fda92bdfddb8">Write</a>(<span class="keyword">const</span> 
uint8_t* data, int64_t nbytes)<span class="keyword"> override 
</span>{</div><div class="line"><a name="l00044"></a><span class="lineno">   
44</span>&#160;    pos_ += nbytes;</div><div class="line"><a 
name="l00045"></a><span class="lineno">   45</span>&#160;    
std::cout.write(reinterpret_cast&lt;const char*&gt;(data), nbytes);</div><div 
class="line"><a name="l00046"></a><span class="lineno">   46</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="l00047"></a><span class="lineno">   47</span>&#160;  
}</div><div class="line"><a name="l00048"></a><span class="lineno">   
48</span>&#160;</div><div class="line"><a name="l00049"></a><span 
class="lineno">   49</span>&#160; <span 
class="keyword">private</span>:</div><div class="line"><a 
name="l00050"></a><span class="lineno">   
 50</span>&#160;  int64_t pos_;</div><div class="line"><a 
name="l00051"></a><span class="lineno">   51</span>&#160;};</div><div 
class="line"><a name="l00052"></a><span class="lineno">   
52</span>&#160;</div><div class="line"><a name="l00053"></a><span 
class="lineno">   53</span>&#160;<span class="comment">// Input stream that 
just reads from stdin.</span></div><div class="line"><a name="l00054"></a><span 
class="lineno"><a class="line" href="classarrow_1_1io_1_1_stdin_stream.html">   
54</a></span>&#160;<span class="keyword">class </span><a class="code" 
href="classarrow_1_1io_1_1_stdin_stream.html">StdinStream</a> : <span 
class="keyword">public</span> <a class="code" 
href="classarrow_1_1io_1_1_input_stream.html">InputStream</a> {</div><div 
class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160; <span 
class="keyword">public</span>:</div><div class="line"><a 
name="l00056"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_stdin_stream.html#ac94990b712d6
 3ea7ddd4ec34c4d9888d">   56</a></span>&#160;  <a class="code" 
href="classarrow_1_1io_1_1_stdin_stream.html#ac94990b712d63ea7ddd4ec34c4d9888d">StdinStream</a>()
 : pos_(0) { <a class="code" 
href="classarrow_1_1io_1_1_file_interface.html#af3dd01a780076e39a34770beb513f71f">set_mode</a>(<a
 class="code" 
href="structarrow_1_1io_1_1_file_mode.html#a41b6fb9caec96f1e634fb8052c9a9310ab52e1a23224a7428723418a037a56374">FileMode::READ</a>);
 }</div><div class="line"><a name="l00057"></a><span class="lineno"><a 
class="line" 
href="classarrow_1_1io_1_1_stdin_stream.html#a4d87ec27649098830a25625bd8376eee">
   57</a></span>&#160;  <span class="keyword">virtual</span> <a class="code" 
href="classarrow_1_1io_1_1_stdin_stream.html#a4d87ec27649098830a25625bd8376eee">~StdinStream</a>()
 {}</div><div class="line"><a name="l00058"></a><span class="lineno">   
58</span>&#160;</div><div class="line"><a name="l00059"></a><span 
class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_stdin_stream.html#a98c95b8908eab
 01a28881d9bfd28ee87">   59</a></span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> <a class="code" 
href="classarrow_1_1io_1_1_stdin_stream.html#a98c95b8908eab01a28881d9bfd28ee87">Close</a>()<span
 class="keyword"> override </span>{ <span class="keywordflow">return</span> <a 
class="code" 
href="classarrow_1_1_status.html#a5c0b0031db6eeec3dcc70485d24cfe03">Status::OK</a>();
 }</div><div class="line"><a name="l00060"></a><span class="lineno">   
60</span>&#160;</div><div class="line"><a name="l00061"></a><span 
class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_stdin_stream.html#a3b2bf28b0fefb20dae176f8cd871bfbb">
   61</a></span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> <a class="code" 
href="classarrow_1_1io_1_1_stdin_stream.html#a3b2bf28b0fefb20dae176f8cd871bfbb">Tell</a>(int64_t*
 position)<span class="keyword"> const override </span>{</div><div 
class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;    
*position = 
 pos_;</div><div class="line"><a name="l00063"></a><span class="lineno">   
63</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="l00064"></a><span class="lineno">   64</span>&#160;  
}</div><div class="line"><a name="l00065"></a><span class="lineno">   
65</span>&#160;</div><div class="line"><a name="l00066"></a><span 
class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_stdin_stream.html#a336e54c848f4f6154c6b993c12ac3b2b">
   66</a></span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> <a class="code" 
href="classarrow_1_1io_1_1_stdin_stream.html#a336e54c848f4f6154c6b993c12ac3b2b">Read</a>(int64_t
 nbytes, int64_t* bytes_read, uint8_t* out)<span class="keyword"> override 
</span>{</div><div class="line"><a name="l00067"></a><span class="lineno">   
67</span>&#160;    std::cin.read(reinterpret_cast&lt;char*&gt;(out), 
nbytes);</di
 v><div class="line"><a name="l00068"></a><span class="lineno">   
68</span>&#160;    <span class="keywordflow">if</span> (std::cin) {</div><div 
class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;      
*bytes_read = nbytes;</div><div class="line"><a name="l00070"></a><span 
class="lineno">   70</span>&#160;      pos_ += nbytes;</div><div 
class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;    } 
<span class="keywordflow">else</span> {</div><div class="line"><a 
name="l00072"></a><span class="lineno">   72</span>&#160;      *bytes_read = 
0;</div><div class="line"><a name="l00073"></a><span class="lineno">   
73</span>&#160;    }</div><div class="line"><a name="l00074"></a><span 
class="lineno">   74</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="l00075"></a><span class="lineno">   75</span>&#160;  
}</div><di
 v class="line"><a name="l00076"></a><span class="lineno">   
76</span>&#160;</div><div class="line"><a name="l00077"></a><span 
class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_stdin_stream.html#a8e00307d3a85f2a54b2ad0ee78520848">
   77</a></span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> <a class="code" 
href="classarrow_1_1io_1_1_stdin_stream.html#a8e00307d3a85f2a54b2ad0ee78520848">Read</a>(int64_t
 nbytes, std::shared_ptr&lt;Buffer&gt;* out)<span class="keyword"> override 
</span>{</div><div class="line"><a name="l00078"></a><span class="lineno">   
78</span>&#160;    <span class="keyword">auto</span> buffer = 
std::make_shared&lt;PoolBuffer&gt;(<span 
class="keyword">nullptr</span>);</div><div class="line"><a 
name="l00079"></a><span class="lineno">   79</span>&#160;    <a class="code" 
href="status_8h.html#a0a03bcf7fdbd9a96c67afa05fc0a545d">RETURN_NOT_OK</a>(buffer-&gt;Resize(nbytes));</div><div
 class="line"><a name="l00080"></a><span class="lineno">   8
 0</span>&#160;    int64_t bytes_read;</div><div class="line"><a 
name="l00081"></a><span class="lineno">   81</span>&#160;    <a class="code" 
href="status_8h.html#a0a03bcf7fdbd9a96c67afa05fc0a545d">RETURN_NOT_OK</a>(Read(nbytes,
 &amp;bytes_read, buffer-&gt;mutable_data()));</div><div class="line"><a 
name="l00082"></a><span class="lineno">   82</span>&#160;    <a class="code" 
href="status_8h.html#a0a03bcf7fdbd9a96c67afa05fc0a545d">RETURN_NOT_OK</a>(buffer-&gt;Resize(bytes_read,
 <span class="keyword">false</span>));</div><div class="line"><a 
name="l00083"></a><span class="lineno">   83</span>&#160;    *out = 
buffer;</div><div class="line"><a name="l00084"></a><span class="lineno">   
84</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="l00085"></a><span class="lineno">   85</span>&#160;  
}</div><div class="line"><a name="l00086"></a><span class="lin
 eno">   86</span>&#160;</div><div class="line"><a name="l00087"></a><span 
class="lineno">   87</span>&#160; <span 
class="keyword">private</span>:</div><div class="line"><a 
name="l00088"></a><span class="lineno">   88</span>&#160;  int64_t 
pos_;</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;</div><div class="line"><a 
name="l00091"></a><span class="lineno">   91</span>&#160;}  <span 
class="comment">// namespace io</span></div><div class="line"><a 
name="l00092"></a><span class="lineno">   92</span>&#160;}  <span 
class="comment">// namespace arrow</span></div><div class="line"><a 
name="l00093"></a><span class="lineno">   93</span>&#160;</div><div 
class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span 
class="preprocessor">#endif  // ARROW_UTIL_IO_UTIL_H</span></div><div 
class="ttc" id="classarrow_1_1io_1_1_stdin_stream_html_a8e00307d3a85f2a54b
 2ad0ee78520848"><div class="ttname"><a 
href="classarrow_1_1io_1_1_stdin_stream.html#a8e00307d3a85f2a54b2ad0ee78520848">arrow::io::StdinStream::Read</a></div><div
 class="ttdeci">Status Read(int64_t nbytes, std::shared_ptr&lt; Buffer &gt; 
*out) override</div><div class="ttdef"><b>Definition:</b> 
io-util.h:77</div></div>
 <div class="ttc" 
id="classarrow_1_1io_1_1_stdout_stream_html_acf8fde9b89a4af6d24a7fda92bdfddb8"><div
 class="ttname"><a 
href="classarrow_1_1io_1_1_stdout_stream.html#acf8fde9b89a4af6d24a7fda92bdfddb8">arrow::io::StdoutStream::Write</a></div><div
 class="ttdeci">Status Write(const uint8_t *data, int64_t nbytes) 
override</div><div class="ttdef"><b>Definition:</b> io-util.h:43</div></div>
-<div class="ttc" id="classarrow_1_1io_1_1_output_stream_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_output_stream.html">arrow::io::OutputStream</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:110</div></div>
+<div class="ttc" id="classarrow_1_1io_1_1_output_stream_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_output_stream.html">arrow::io::OutputStream</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:115</div></div>
 <div class="ttc" 
id="classarrow_1_1io_1_1_stdin_stream_html_a4d87ec27649098830a25625bd8376eee"><div
 class="ttname"><a 
href="classarrow_1_1io_1_1_stdin_stream.html#a4d87ec27649098830a25625bd8376eee">arrow::io::StdinStream::~StdinStream</a></div><div
 class="ttdeci">virtual ~StdinStream()</div><div 
class="ttdef"><b>Definition:</b> io-util.h:57</div></div>
-<div class="ttc" id="classarrow_1_1io_1_1_input_stream_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_input_stream.html">arrow::io::InputStream</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:115</div></div>
+<div class="ttc" id="classarrow_1_1io_1_1_input_stream_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_input_stream.html">arrow::io::InputStream</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:120</div></div>
 <div class="ttc" 
id="classarrow_1_1io_1_1_stdout_stream_html_a5283ed0c16b0deee69d7d9d808d775d3"><div
 class="ttname"><a 
href="classarrow_1_1io_1_1_stdout_stream.html#a5283ed0c16b0deee69d7d9d808d775d3">arrow::io::StdoutStream::~StdoutStream</a></div><div
 class="ttdeci">virtual ~StdoutStream()</div><div 
class="ttdef"><b>Definition:</b> io-util.h:34</div></div>
 <div class="ttc" 
id="classarrow_1_1io_1_1_stdout_stream_html_ac6c17ba8bfef28c14b29f8321cc72939"><div
 class="ttname"><a 
href="classarrow_1_1io_1_1_stdout_stream.html#ac6c17ba8bfef28c14b29f8321cc72939">arrow::io::StdoutStream::Tell</a></div><div
 class="ttdeci">Status Tell(int64_t *position) const override</div><div 
class="ttdef"><b>Definition:</b> io-util.h:38</div></div>
 <div class="ttc" 
id="classarrow_1_1io_1_1_stdin_stream_html_a98c95b8908eab01a28881d9bfd28ee87"><div
 class="ttname"><a 
href="classarrow_1_1io_1_1_stdin_stream.html#a98c95b8908eab01a28881d9bfd28ee87">arrow::io::StdinStream::Close</a></div><div
 class="ttdeci">Status Close() override</div><div 
class="ttdef"><b>Definition:</b> io-util.h:59</div></div>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/io_2api_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/io_2api_8h.html b/docs/cpp/io_2api_8h.html
index 8a8faaa..282bf0d 100644
--- a/docs/cpp/io_2api_8h.html
+++ b/docs/cpp/io_2api_8h.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/io/api.h File 
Reference</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/io/api.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/io_2api_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/io_2api_8h_source.html b/docs/cpp/io_2api_8h_source.html
index 868e8d9..0e88ea6 100644
--- a/docs/cpp/io_2api_8h_source.html
+++ b/docs/cpp/io_2api_8h_source.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/io/api.h Source 
File</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/io/api.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/io_2memory_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/io_2memory_8h.html b/docs/cpp/io_2memory_8h.html
index e479be2..dfbe4e4 100644
--- a/docs/cpp/io_2memory_8h.html
+++ b/docs/cpp/io_2memory_8h.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/io/memory.h 
File Reference</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/io/memory.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/io_2memory_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/io_2memory_8h_source.html 
b/docs/cpp/io_2memory_8h_source.html
index 240b4ae..908b9d5 100644
--- a/docs/cpp/io_2memory_8h_source.html
+++ b/docs/cpp/io_2memory_8h_source.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/io/memory.h 
Source File</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/io/memory.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>
@@ -68,11 +68,11 @@ $(function() {
 </div><!--header-->
 <div class="contents">
 <a href="io_2memory_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 cl
 ass="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 distribute
 d 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="comment">// Public API for different memory sharing / IO 
mechanisms</span></div><div class="line"><a name="l000
 19"></a><span class="lineno">   19</span>&#160;</div><div class="line"><a 
name="l00020"></a><span class="lineno">   20</span>&#160;<span 
class="preprocessor">#ifndef ARROW_IO_MEMORY_H</span></div><div class="line"><a 
name="l00021"></a><span class="lineno">   21</span>&#160;<span 
class="preprocessor">#define ARROW_IO_MEMORY_H</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 &lt;cstdint&gt;</span></div><div class="line"><a 
name="l00024"></a><span class="lineno">   24</span>&#160;<span 
class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a 
name="l00025"></a><span class="lineno">   25</span>&#160;<span 
class="preprocessor">#include &lt;mutex&gt;</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="preprocessor">#include &quot;<a class="code" 
href="interfaces_8h.html">arrow/io/interfaces.h</a>&quot;</span></div><div 
class="line"><a name="l00028"></a><span class="lineno">   28</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="l00029"></a><span class="lineno">   
29</span>&#160;</div><div class="line"><a name="l00030"></a><span 
class="lineno">   30</span>&#160;<span class="keyword">namespace </span><a 
class="code" href="namespacearrow.html">arrow</a> {</div><div class="line"><a 
name="l00031"></a><span class="lineno">   31</span>&#160;</div><div 
class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span 
class="keyword">class </span>Buffer;</div><div class="line"><a 
name="l00033"></a><span class="lineno">   33</span>&#160;<span 
class="keyword">class </span>MemoryPool;</div><div class="line"><a 
name="l00034"></a><span clas
 s="lineno">   34</span>&#160;<span class="keyword">class 
</span>ResizableBuffer;</div><div class="line"><a name="l00035"></a><span 
class="lineno">   35</span>&#160;<span class="keyword">class 
</span>Status;</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">   37</span>&#160;<span 
class="keyword">namespace </span>io {</div><div class="line"><a 
name="l00038"></a><span class="lineno">   38</span>&#160;</div><div 
class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span 
class="comment">// \brief An output stream that writes to a resizable 
buffer</span></div><div class="line"><a name="l00040"></a><span 
class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_buffer_output_stream.html">   
40</a></span>&#160;<span class="keyword">class </span>ARROW_EXPORT <a 
class="code" 
href="classarrow_1_1io_1_1_buffer_output_stream.html">BufferOutputStream</a> : 
<span class="keyword">
 public</span> <a class="code" 
href="classarrow_1_1io_1_1_output_stream.html">OutputStream</a> {</div><div 
class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160; <span 
class="keyword">public</span>:</div><div class="line"><a 
name="l00042"></a><span class="lineno">   42</span>&#160;  <span 
class="keyword">explicit</span> <a class="code" 
href="classarrow_1_1io_1_1_buffer_output_stream.html">BufferOutputStream</a>(<span
 class="keyword">const</span> std::shared_ptr&lt;ResizableBuffer&gt;&amp; 
buffer);</div><div class="line"><a name="l00043"></a><span class="lineno">   
43</span>&#160;</div><div class="line"><a name="l00044"></a><span 
class="lineno">   44</span>&#160;  <span class="keyword">static</span> <a 
class="code" href="classarrow_1_1_status.html">Status</a> Create(int64_t 
initial_capacity, <a class="code" 
href="classarrow_1_1_memory_pool.html">MemoryPool</a>* pool,</div><div 
class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;       
          
       std::shared_ptr&lt;BufferOutputStream&gt;* out);</div><div 
class="line"><a name="l00046"></a><span class="lineno">   
46</span>&#160;</div><div class="line"><a name="l00047"></a><span 
class="lineno">   47</span>&#160;  ~<a class="code" 
href="classarrow_1_1io_1_1_buffer_output_stream.html">BufferOutputStream</a>();</div><div
 class="line"><a name="l00048"></a><span class="lineno">   
48</span>&#160;</div><div class="line"><a name="l00049"></a><span 
class="lineno">   49</span>&#160;  <span class="comment">// Implement the 
OutputStream interface</span></div><div class="line"><a name="l00050"></a><span 
class="lineno">   50</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Close() <span 
class="keyword">override</span>;</div><div class="line"><a 
name="l00051"></a><span class="lineno">   51</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Tell(int64_t* position) <span 
class="keyword">const override</span>;</div><div class="line"><a name
 ="l00052"></a><span class="lineno">   52</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Write(<span 
class="keyword">const</span> uint8_t* data, int64_t nbytes) <span 
class="keyword">override</span>;</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;  <a 
class="code" href="classarrow_1_1_status.html">Status</a> 
Finish(std::shared_ptr&lt;Buffer&gt;* result);</div><div class="line"><a 
name="l00056"></a><span class="lineno">   56</span>&#160;</div><div 
class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160; <span 
class="keyword">private</span>:</div><div class="line"><a 
name="l00058"></a><span class="lineno">   58</span>&#160;  <span 
class="comment">// Ensures there is sufficient space available to write 
nbytes</span></div><div class="line"><a name="l00059"></a><span class="lineno"> 
  59</span>&#160;  <a class="code" href="cla
 ssarrow_1_1_status.html">Status</a> Reserve(int64_t nbytes);</div><div 
class="line"><a name="l00060"></a><span class="lineno">   
60</span>&#160;</div><div class="line"><a name="l00061"></a><span 
class="lineno">   61</span>&#160;  std::shared_ptr&lt;ResizableBuffer&gt; 
buffer_;</div><div class="line"><a name="l00062"></a><span class="lineno">   
62</span>&#160;  <span class="keywordtype">bool</span> is_open_;</div><div 
class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;  
int64_t capacity_;</div><div class="line"><a name="l00064"></a><span 
class="lineno">   64</span>&#160;  int64_t position_;</div><div class="line"><a 
name="l00065"></a><span class="lineno">   65</span>&#160;  uint8_t* 
mutable_data_;</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="com
 ment">// \brief A helper class to tracks the size of 
allocations</span></div><div class="line"><a name="l00069"></a><span 
class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_mock_output_stream.html">   69</a></span>&#160;<span 
class="keyword">class </span>ARROW_EXPORT <a class="code" 
href="classarrow_1_1io_1_1_mock_output_stream.html">MockOutputStream</a> : 
<span class="keyword">public</span> <a class="code" 
href="classarrow_1_1io_1_1_output_stream.html">OutputStream</a> {</div><div 
class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160; <span 
class="keyword">public</span>:</div><div class="line"><a 
name="l00071"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_mock_output_stream.html#aeffcb55e9b83be6037d8596d116f183b">
   71</a></span>&#160;  <a class="code" 
href="classarrow_1_1io_1_1_mock_output_stream.html#aeffcb55e9b83be6037d8596d116f183b">MockOutputStream</a>()
 : extent_bytes_written_(0) {}</div><div class="line"><a name="l00072"></a><s
 pan class="lineno">   72</span>&#160;</div><div class="line"><a 
name="l00073"></a><span class="lineno">   73</span>&#160;  <span 
class="comment">// Implement the OutputStream interface</span></div><div 
class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;  <a 
class="code" href="classarrow_1_1_status.html">Status</a> Close() <span 
class="keyword">override</span>;</div><div class="line"><a 
name="l00075"></a><span class="lineno">   75</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Tell(int64_t* position) <span 
class="keyword">const override</span>;</div><div class="line"><a 
name="l00076"></a><span class="lineno">   76</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Write(<span 
class="keyword">const</span> uint8_t* data, int64_t nbytes) <span 
class="keyword">override</span>;</div><div class="line"><a 
name="l00077"></a><span class="lineno">   77</span>&#160;</div><div 
class="line"><a name="l00078"></a><span class=
 "lineno"><a class="line" 
href="classarrow_1_1io_1_1_mock_output_stream.html#a38536d0cd4808fd6af4f23326145cffe">
   78</a></span>&#160;  int64_t <a class="code" 
href="classarrow_1_1io_1_1_mock_output_stream.html#a38536d0cd4808fd6af4f23326145cffe">GetExtentBytesWritten</a>()<span
 class="keyword"> const </span>{ <span class="keywordflow">return</span> 
extent_bytes_written_; }</div><div class="line"><a name="l00079"></a><span 
class="lineno">   79</span>&#160;</div><div class="line"><a 
name="l00080"></a><span class="lineno">   80</span>&#160; <span 
class="keyword">private</span>:</div><div class="line"><a 
name="l00081"></a><span class="lineno">   81</span>&#160;  int64_t 
extent_bytes_written_;</div><div class="line"><a name="l00082"></a><span 
class="lineno">   82</span>&#160;};</div><div class="line"><a 
name="l00083"></a><span class="lineno">   83</span>&#160;</div><div 
class="line"><a name="l00085"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writ
 er.html">   85</a></span>&#160;<span class="keyword">class </span>ARROW_EXPORT 
<a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html">FixedSizeBufferWriter</a>
 : <span class="keyword">public</span> <a class="code" 
href="classarrow_1_1io_1_1_writeable_file.html">WriteableFile</a> {</div><div 
class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160; <span 
class="keyword">public</span>:</div><div class="line"><a 
name="l00088"></a><span class="lineno">   88</span>&#160;  <span 
class="keyword">explicit</span> <a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html">FixedSizeBufferWriter</a>(<span
 class="keyword">const</span> std::shared_ptr&lt;Buffer&gt;&amp; 
buffer);</div><div class="line"><a name="l00089"></a><span class="lineno">   
89</span>&#160;  ~<a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html">FixedSizeBufferWriter</a>();</div><div
 class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<
 /div><div class="line"><a name="l00091"></a><span class="lineno">   
91</span>&#160;  <a class="code" href="classarrow_1_1_status.html">Status</a> 
Close() <span class="keyword">override</span>;</div><div class="line"><a 
name="l00092"></a><span class="lineno">   92</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Seek(int64_t position) <span 
class="keyword">override</span>;</div><div class="line"><a 
name="l00093"></a><span class="lineno">   93</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Tell(int64_t* position) <span 
class="keyword">const override</span>;</div><div class="line"><a 
name="l00094"></a><span class="lineno">   94</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Write(<span 
class="keyword">const</span> uint8_t* data, int64_t nbytes) <span 
class="keyword">override</span>;</div><div class="line"><a 
name="l00095"></a><span class="lineno">   95</span>&#160;  <a class="code" 
href="classarrow_1_1_st
 atus.html">Status</a> WriteAt(int64_t position, <span 
class="keyword">const</span> uint8_t* data, int64_t nbytes) <span 
class="keyword">override</span>;</div><div class="line"><a 
name="l00096"></a><span class="lineno">   96</span>&#160;</div><div 
class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;  
<span class="keywordtype">void</span> set_memcopy_threads(<span 
class="keywordtype">int</span> num_threads);</div><div class="line"><a 
name="l00098"></a><span class="lineno">   98</span>&#160;  <span 
class="keywordtype">void</span> set_memcopy_blocksize(int64_t 
blocksize);</div><div class="line"><a name="l00099"></a><span class="lineno">   
99</span>&#160;  <span class="keywordtype">void</span> 
set_memcopy_threshold(int64_t threshold);</div><div class="line"><a 
name="l00100"></a><span class="lineno">  100</span>&#160;</div><div 
class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160; <span 
class="keyword">protected</span>:</div><div class="line"><a na
 me="l00102"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a8fca034874d51a2ec022b4f0851aabc1">
  102</a></span>&#160;  std::mutex <a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a8fca034874d51a2ec022b4f0851aabc1">lock_</a>;</div><div
 class="line"><a name="l00103"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#add411d06cde6dbdf37ee528d74a20eb1">
  103</a></span>&#160;  std::shared_ptr&lt;Buffer&gt; <a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#add411d06cde6dbdf37ee528d74a20eb1">buffer_</a>;</div><div
 class="line"><a name="l00104"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a8244bba29dde32c4c664d8d809e7e8c7">
  104</a></span>&#160;  uint8_t* <a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a8244bba29dde32c4c664d8d809e7e8c7">mutable_data_</a>;</div><div
 class="
 line"><a name="l00105"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a87084dc0f1cd4c4c43e49e98812525cc">
  105</a></span>&#160;  int64_t <a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a87084dc0f1cd4c4c43e49e98812525cc">size_</a>;</div><div
 class="line"><a name="l00106"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a23e2407d4fe453512ce2123f0df5661c">
  106</a></span>&#160;  int64_t <a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a23e2407d4fe453512ce2123f0df5661c">position_</a>;</div><div
 class="line"><a name="l00107"></a><span class="lineno">  
107</span>&#160;</div><div class="line"><a name="l00108"></a><span 
class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a3d16e4ece6d223b6e1c2e5eea58a2e11">
  108</a></span>&#160;  <span class="keywordtype">int</span> <a class="code" 
href="classarrow_1_1io_1_1_f
 
ixed_size_buffer_writer.html#a3d16e4ece6d223b6e1c2e5eea58a2e11">memcopy_num_threads_</a>;</div><div
 class="line"><a name="l00109"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a453111d056bbca66fa4a25557ddfe8a4">
  109</a></span>&#160;  int64_t <a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a453111d056bbca66fa4a25557ddfe8a4">memcopy_blocksize_</a>;</div><div
 class="line"><a name="l00110"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a7b7b1973fa5168cfd7c1b4223de0705f">
  110</a></span>&#160;  int64_t <a class="code" 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a7b7b1973fa5168cfd7c1b4223de0705f">memcopy_threshold_</a>;</div><div
 class="line"><a name="l00111"></a><span class="lineno">  
111</span>&#160;};</div><div class="line"><a name="l00112"></a><span 
class="lineno">  112</span>&#160;</div><div class="line"><a 
name="l00115"></a><span class="lineno
 "><a class="line" href="classarrow_1_1io_1_1_buffer_reader.html">  
115</a></span>&#160;<span class="keyword">class </span>ARROW_EXPORT <a 
class="code" href="classarrow_1_1io_1_1_buffer_reader.html">BufferReader</a> : 
<span class="keyword">public</span> <a class="code" 
href="classarrow_1_1io_1_1_random_access_file.html">RandomAccessFile</a> 
{</div><div class="line"><a name="l00116"></a><span class="lineno">  
116</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a 
name="l00117"></a><span class="lineno">  117</span>&#160;  <span 
class="keyword">explicit</span> <a class="code" 
href="classarrow_1_1io_1_1_buffer_reader.html">BufferReader</a>(<span 
class="keyword">const</span> std::shared_ptr&lt;Buffer&gt;&amp; 
buffer);</div><div class="line"><a name="l00118"></a><span class="lineno">  
118</span>&#160;  <a class="code" 
href="classarrow_1_1io_1_1_buffer_reader.html">BufferReader</a>(<span 
class="keyword">const</span> uint8_t* data, int64_t size);</div><div class="lin
 e"><a name="l00119"></a><span class="lineno">  119</span>&#160;  <span 
class="keyword">virtual</span> ~<a class="code" 
href="classarrow_1_1io_1_1_buffer_reader.html">BufferReader</a>();</div><div 
class="line"><a name="l00120"></a><span class="lineno">  
120</span>&#160;</div><div class="line"><a name="l00121"></a><span 
class="lineno">  121</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Close() <span 
class="keyword">override</span>;</div><div class="line"><a 
name="l00122"></a><span class="lineno">  122</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Tell(int64_t* position) <span 
class="keyword">const override</span>;</div><div class="line"><a 
name="l00123"></a><span class="lineno">  123</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Read(int64_t nbytes, int64_t* 
bytes_read, uint8_t* buffer) <span class="keyword">override</span>;</div><div 
class="line"><a name="l00124"></a><span class="lineno">  124</spa
 n>&#160;</div><div class="line"><a name="l00125"></a><span class="lineno">  
125</span>&#160;  <span class="comment">// Zero copy read</span></div><div 
class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;  <a 
class="code" href="classarrow_1_1_status.html">Status</a> Read(int64_t nbytes, 
std::shared_ptr&lt;Buffer&gt;* out) <span 
class="keyword">override</span>;</div><div class="line"><a 
name="l00127"></a><span class="lineno">  127</span>&#160;</div><div 
class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;  <a 
class="code" href="classarrow_1_1_status.html">Status</a> GetSize(int64_t* 
size) <span class="keyword">override</span>;</div><div class="line"><a 
name="l00129"></a><span class="lineno">  129</span>&#160;  <a class="code" 
href="classarrow_1_1_status.html">Status</a> Seek(int64_t position) <span 
class="keyword">override</span>;</div><div class="line"><a 
name="l00130"></a><span class="lineno">  130</span>&#160;</div><div 
class="line"><a name
 ="l00131"></a><span class="lineno">  131</span>&#160;  <span 
class="keywordtype">bool</span> supports_zero_copy() <span 
class="keyword">const override</span>;</div><div class="line"><a 
name="l00132"></a><span class="lineno">  132</span>&#160;</div><div 
class="line"><a name="l00133"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_buffer_reader.html#aa1491beffa2e6b2bc025e25c67886492">
  133</a></span>&#160;  std::shared_ptr&lt;Buffer&gt; <a class="code" 
href="classarrow_1_1io_1_1_buffer_reader.html#aa1491beffa2e6b2bc025e25c67886492">buffer</a>()<span
 class="keyword"> const </span>{ <span class="keywordflow">return</span> 
buffer_; }</div><div class="line"><a name="l00134"></a><span class="lineno">  
134</span>&#160;</div><div class="line"><a name="l00135"></a><span 
class="lineno">  135</span>&#160; <span 
class="keyword">protected</span>:</div><div class="line"><a 
name="l00136"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_buffer_reader.html#a245e
 deff7186cc5f173cda2c1e925314">  136</a></span>&#160;  
std::shared_ptr&lt;Buffer&gt; <a class="code" 
href="classarrow_1_1io_1_1_buffer_reader.html#a245edeff7186cc5f173cda2c1e925314">buffer_</a>;</div><div
 class="line"><a name="l00137"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_buffer_reader.html#a7884a6f59fa0db820f86a861ef6851cc">
  137</a></span>&#160;  <span class="keyword">const</span> uint8_t* <a 
class="code" 
href="classarrow_1_1io_1_1_buffer_reader.html#a7884a6f59fa0db820f86a861ef6851cc">data_</a>;</div><div
 class="line"><a name="l00138"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_buffer_reader.html#a3f1655cf6afa7e0799f6c6914fe570e6">
  138</a></span>&#160;  int64_t <a class="code" 
href="classarrow_1_1io_1_1_buffer_reader.html#a3f1655cf6afa7e0799f6c6914fe570e6">size_</a>;</div><div
 class="line"><a name="l00139"></a><span class="lineno"><a class="line" 
href="classarrow_1_1io_1_1_buffer_reader.html#a38c69e817deb97bbaf521824f46e2961">
 
  139</a></span>&#160;  int64_t <a class="code" 
href="classarrow_1_1io_1_1_buffer_reader.html#a38c69e817deb97bbaf521824f46e2961">position_</a>;</div><div
 class="line"><a name="l00140"></a><span class="lineno">  
140</span>&#160;};</div><div class="line"><a name="l00141"></a><span 
class="lineno">  141</span>&#160;</div><div class="line"><a 
name="l00142"></a><span class="lineno">  142</span>&#160;}  <span 
class="comment">// namespace io</span></div><div class="line"><a 
name="l00143"></a><span class="lineno">  143</span>&#160;}  <span 
class="comment">// namespace arrow</span></div><div class="line"><a 
name="l00144"></a><span class="lineno">  144</span>&#160;</div><div 
class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;<span 
class="preprocessor">#endif  // ARROW_IO_MEMORY_H</span></div><div class="ttc" 
id="classarrow_1_1io_1_1_fixed_size_buffer_writer_html_a8244bba29dde32c4c664d8d809e7e8c7"><div
 class="ttname"><a href="classarrow_1_1io_1_1_fixed_size_buffer_writer.ht
 
ml#a8244bba29dde32c4c664d8d809e7e8c7">arrow::io::FixedSizeBufferWriter::mutable_data_</a></div><div
 class="ttdeci">uint8_t * mutable_data_</div><div 
class="ttdef"><b>Definition:</b> memory.h:104</div></div>
-<div class="ttc" id="classarrow_1_1io_1_1_output_stream_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_output_stream.html">arrow::io::OutputStream</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:110</div></div>
-<div class="ttc" id="classarrow_1_1io_1_1_writeable_file_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_writeable_file.html">arrow::io::WriteableFile</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:144</div></div>
+<div class="ttc" id="classarrow_1_1io_1_1_output_stream_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_output_stream.html">arrow::io::OutputStream</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:115</div></div>
+<div class="ttc" id="classarrow_1_1io_1_1_writeable_file_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_writeable_file.html">arrow::io::WriteableFile</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:149</div></div>
 <div class="ttc" 
id="classarrow_1_1io_1_1_buffer_reader_html_aa1491beffa2e6b2bc025e25c67886492"><div
 class="ttname"><a 
href="classarrow_1_1io_1_1_buffer_reader.html#aa1491beffa2e6b2bc025e25c67886492">arrow::io::BufferReader::buffer</a></div><div
 class="ttdeci">std::shared_ptr&lt; Buffer &gt; buffer() const</div><div 
class="ttdef"><b>Definition:</b> memory.h:133</div></div>
 <div class="ttc" 
id="classarrow_1_1io_1_1_fixed_size_buffer_writer_html_a7b7b1973fa5168cfd7c1b4223de0705f"><div
 class="ttname"><a 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#a7b7b1973fa5168cfd7c1b4223de0705f">arrow::io::FixedSizeBufferWriter::memcopy_threshold_</a></div><div
 class="ttdeci">int64_t memcopy_threshold_</div><div 
class="ttdef"><b>Definition:</b> memory.h:110</div></div>
-<div class="ttc" id="classarrow_1_1io_1_1_random_access_file_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_random_access_file.html">arrow::io::RandomAccessFile</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:120</div></div>
+<div class="ttc" id="classarrow_1_1io_1_1_random_access_file_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_random_access_file.html">arrow::io::RandomAccessFile</a></div><div
 class="ttdef"><b>Definition:</b> interfaces.h:125</div></div>
 <div class="ttc" id="classarrow_1_1io_1_1_buffer_reader_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_buffer_reader.html">arrow::io::BufferReader</a></div><div
 class="ttdoc">Random access zero-copy reads on an arrow::Buffer. </div><div 
class="ttdef"><b>Definition:</b> memory.h:115</div></div>
 <div class="ttc" id="classarrow_1_1io_1_1_buffer_output_stream_html"><div 
class="ttname"><a 
href="classarrow_1_1io_1_1_buffer_output_stream.html">arrow::io::BufferOutputStream</a></div><div
 class="ttdef"><b>Definition:</b> memory.h:40</div></div>
 <div class="ttc" 
id="classarrow_1_1io_1_1_fixed_size_buffer_writer_html_add411d06cde6dbdf37ee528d74a20eb1"><div
 class="ttname"><a 
href="classarrow_1_1io_1_1_fixed_size_buffer_writer.html#add411d06cde6dbdf37ee528d74a20eb1">arrow::io::FixedSizeBufferWriter::buffer_</a></div><div
 class="ttdeci">std::shared_ptr&lt; Buffer &gt; buffer_</div><div 
class="ttdef"><b>Definition:</b> memory.h:103</div></div>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/ipc_2api_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/ipc_2api_8h.html b/docs/cpp/ipc_2api_8h.html
index e231bb4..28f1260 100644
--- a/docs/cpp/ipc_2api_8h.html
+++ b/docs/cpp/ipc_2api_8h.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/ipc/api.h File 
Reference</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/ipc/api.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/ipc_2api_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/ipc_2api_8h_source.html b/docs/cpp/ipc_2api_8h_source.html
index 7ad29b5..89b1012 100644
--- a/docs/cpp/ipc_2api_8h_source.html
+++ b/docs/cpp/ipc_2api_8h_source.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/ipc/api.h 
Source File</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/ipc/api.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/json-internal_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/json-internal_8h.html b/docs/cpp/json-internal_8h.html
index afa735f..0b05111 100644
--- a/docs/cpp/json-internal_8h.html
+++ b/docs/cpp/json-internal_8h.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): 
/home/wesm/code/arrow/cpp/src/arrow/ipc/json-internal.h File Reference</title>
+<title>Apache Arrow (C++): 
/apache-arrow/arrow/cpp/src/arrow/ipc/json-internal.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/json-internal_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/json-internal_8h_source.html 
b/docs/cpp/json-internal_8h_source.html
index 04aeb0c..2e04b39 100644
--- a/docs/cpp/json-internal_8h_source.html
+++ b/docs/cpp/json-internal_8h_source.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): 
/home/wesm/code/arrow/cpp/src/arrow/ipc/json-internal.h Source File</title>
+<title>Apache Arrow (C++): 
/apache-arrow/arrow/cpp/src/arrow/ipc/json-internal.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>
@@ -77,7 +77,7 @@ $(function() {
 <div class="ttc" 
id="json-internal_8h_html_a91dbab91b93ab584c10bb095524fc63d"><div 
class="ttname"><a 
href="json-internal_8h.html#a91dbab91b93ab584c10bb095524fc63d">RjArray</a></div><div
 class="ttdeci">rj::Value::ConstArray RjArray</div><div 
class="ttdef"><b>Definition:</b> json-internal.h:38</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="classarrow_1_1_schema_html"><div class="ttname"><a 
href="classarrow_1_1_schema.html">arrow::Schema</a></div><div 
class="ttdoc">Sequence of arrow::Field objects describing the columns of a 
record batch or table data structure...</div><div 
class="ttdef"><b>Definition:</b> type.h:716</div></div>
+<div class="ttc" id="classarrow_1_1_schema_html"><div class="ttname"><a 
href="classarrow_1_1_schema.html">arrow::Schema</a></div><div 
class="ttdoc">Sequence of arrow::Field objects describing the columns of a 
record batch or table data structure...</div><div 
class="ttdef"><b>Definition:</b> type.h:718</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> 
allocator.h:28</div></div>
 <div class="ttc" id="classarrow_1_1_array_html"><div class="ttname"><a 
href="classarrow_1_1_array.html">arrow::Array</a></div><div class="ttdoc">Array 
base type Immutable data array with some logical type and some length. 
</div><div class="ttdef"><b>Definition:</b> array.h:168</div></div>
 <div class="ttc" id="classarrow_1_1_memory_pool_html"><div class="ttname"><a 
href="classarrow_1_1_memory_pool.html">arrow::MemoryPool</a></div><div 
class="ttdoc">Base class for memory allocation. </div><div 
class="ttdef"><b>Definition:</b> memory_pool.h:35</div></div>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/json_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/json_8h.html b/docs/cpp/json_8h.html
index a85eab7..04f35ea 100644
--- a/docs/cpp/json_8h.html
+++ b/docs/cpp/json_8h.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/ipc/json.h File 
Reference</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/ipc/json.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/json_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/json_8h_source.html b/docs/cpp/json_8h_source.html
index 147d92c..ca69885 100644
--- a/docs/cpp/json_8h_source.html
+++ b/docs/cpp/json_8h_source.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/ipc/json.h 
Source File</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/ipc/json.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/kernel_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/kernel_8h.html b/docs/cpp/kernel_8h.html
index 1278ad6..563b3f3 100644
--- a/docs/cpp/kernel_8h.html
+++ b/docs/cpp/kernel_8h.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): 
/home/wesm/code/arrow/cpp/src/arrow/compute/kernel.h File Reference</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/compute/kernel.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/kernel_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/kernel_8h_source.html b/docs/cpp/kernel_8h_source.html
index 7403247..eda67e4 100644
--- a/docs/cpp/kernel_8h_source.html
+++ b/docs/cpp/kernel_8h_source.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): 
/home/wesm/code/arrow/cpp/src/arrow/compute/kernel.h Source File</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/compute/kernel.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/key__value__metadata_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/key__value__metadata_8h.html 
b/docs/cpp/key__value__metadata_8h.html
index 4852f07..504a8e5 100644
--- a/docs/cpp/key__value__metadata_8h.html
+++ b/docs/cpp/key__value__metadata_8h.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): 
/home/wesm/code/arrow/cpp/src/arrow/util/key_value_metadata.h File 
Reference</title>
+<title>Apache Arrow (C++): 
/apache-arrow/arrow/cpp/src/arrow/util/key_value_metadata.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/key__value__metadata_8h_source.html
----------------------------------------------------------------------
diff --git a/docs/cpp/key__value__metadata_8h_source.html 
b/docs/cpp/key__value__metadata_8h_source.html
index 3baad1a..5d36208 100644
--- a/docs/cpp/key__value__metadata_8h_source.html
+++ b/docs/cpp/key__value__metadata_8h_source.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): 
/home/wesm/code/arrow/cpp/src/arrow/util/key_value_metadata.h Source 
File</title>
+<title>Apache Arrow (C++): 
/apache-arrow/arrow/cpp/src/arrow/util/key_value_metadata.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>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/785c5862/docs/cpp/logging_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/logging_8h.html b/docs/cpp/logging_8h.html
index e136b80..8727d7b 100644
--- a/docs/cpp/logging_8h.html
+++ b/docs/cpp/logging_8h.html
@@ -5,7 +5,7 @@
 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
 <meta name="generator" content="Doxygen 1.8.13"/>
 <meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Arrow (C++): /home/wesm/code/arrow/cpp/src/arrow/util/logging.h 
File Reference</title>
+<title>Apache Arrow (C++): /apache-arrow/arrow/cpp/src/arrow/util/logging.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>
@@ -135,7 +135,7 @@ Macros</h2></td></tr>
         </tr>
       </table>
 </div><div class="memdoc">
-<b>Value:</b><div class="fragment"><div class="line">(condition) ? 0           
                             \</div><div class="line">              : 
::arrow::internal::FatalLog(<a class="code" 
href="logging_8h.html#a12f356b9b859fe60b5fcc906ba71b718">ARROW_FATAL</a>) 
\</div><div class="line">                    &lt;&lt; __FILE__ &lt;&lt; 
__LINE__ &lt;&lt; <span class="stringliteral">&quot; Check failed: 
&quot;</span> #condition <span class="stringliteral">&quot; 
&quot;</span></div><div class="ttc" 
id="logging_8h_html_a12f356b9b859fe60b5fcc906ba71b718"><div class="ttname"><a 
href="logging_8h.html#a12f356b9b859fe60b5fcc906ba71b718">ARROW_FATAL</a></div><div
 class="ttdeci">#define ARROW_FATAL</div><div class="ttdef"><b>Definition:</b> 
logging.h:39</div></div>
+<b>Value:</b><div class="fragment"><div class="line">(condition) ? 0           
                             \</div><div class="line">              : 
::arrow::internal::FatalLog(<a class="code" 
href="logging_8h.html#a12f356b9b859fe60b5fcc906ba71b718">ARROW_FATAL</a>) 
\</div><div class="line">                    &lt;&lt; __FILE__ &lt;&lt; <span 
class="stringliteral">&quot;:&quot;</span> &lt;&lt; __LINE__ &lt;&lt; <span 
class="stringliteral">&quot; Check failed: &quot;</span> #condition <span 
class="stringliteral">&quot; &quot;</span></div><div class="ttc" 
id="logging_8h_html_a12f356b9b859fe60b5fcc906ba71b718"><div class="ttname"><a 
href="logging_8h.html#a12f356b9b859fe60b5fcc906ba71b718">ARROW_FATAL</a></div><div
 class="ttdeci">#define ARROW_FATAL</div><div class="ttdef"><b>Definition:</b> 
logging.h:39</div></div>
 </div><!-- fragment -->
 </div>
 </div>

Reply via email to