This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 95ef186c update documentation for tag main
95ef186c is described below
commit 95ef186c21cf940bdc19d57ea1c765bfec205aec
Author: GitHub Actions <[email protected]>
AuthorDate: Sat Aug 10 01:40:10 2024 +0000
update documentation for tag main
---
main/.doctrees/environment.pickle | Bin 1145256 -> 1151427 bytes
main/.doctrees/reference/c.doctree | Bin 693126 -> 701696 bytes
main/genindex.html | 6 ++++--
main/objects.inv | Bin 17369 -> 17461 bytes
main/r/pkgdown.yml | 2 +-
main/reference/c.html | 9 +++++++++
main/searchindex.js | 2 +-
7 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/main/.doctrees/environment.pickle
b/main/.doctrees/environment.pickle
index 8ab769cf..c3a07d9e 100644
Binary files a/main/.doctrees/environment.pickle and
b/main/.doctrees/environment.pickle differ
diff --git a/main/.doctrees/reference/c.doctree
b/main/.doctrees/reference/c.doctree
index 6444eff7..10ffc4d5 100644
Binary files a/main/.doctrees/reference/c.doctree and
b/main/.doctrees/reference/c.doctree differ
diff --git a/main/genindex.html b/main/genindex.html
index be8c1c92..e8d46a2b 100644
--- a/main/genindex.html
+++ b/main/genindex.html
@@ -488,6 +488,8 @@ document.write(`
<li><a
href="reference/c.html#_CPPv430ArrowArrayViewAllocateChildrenP14ArrowArrayView7int64_t">ArrowArrayViewAllocateChildren
(C++ function)</a>
</li>
<li><a
href="reference/c.html#_CPPv432ArrowArrayViewAllocateDictionaryP14ArrowArrayView">ArrowArrayViewAllocateDictionary
(C++ function)</a>
+</li>
+ <li><a
href="reference/c.html#_CPPv421ArrowArrayViewComparePK14ArrowArrayViewPK14ArrowArrayView17ArrowCompareLevelPiP10ArrowError">ArrowArrayViewCompare
(C++ function)</a>
</li>
<li><a
href="reference/c.html#_CPPv430ArrowArrayViewComputeNullCountPK14ArrowArrayView">ArrowArrayViewComputeNullCount
(C++ function)</a>
</li>
@@ -678,11 +680,11 @@ document.write(`
<li><a
href="reference/device.html#_CPPv424ArrowDeviceArrayViewInitP20ArrowDeviceArrayView">ArrowDeviceArrayViewInit
(C++ function)</a>
</li>
<li><a
href="reference/device.html#_CPPv425ArrowDeviceArrayViewResetP20ArrowDeviceArrayView">ArrowDeviceArrayViewReset
(C++ function)</a>
-</li>
- <li><a
href="reference/device.html#_CPPv428ArrowDeviceArrayViewSetArrayP20ArrowDeviceArrayViewP16ArrowDeviceArrayP10ArrowError">ArrowDeviceArrayViewSetArray
(C++ function)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
+ <li><a
href="reference/device.html#_CPPv428ArrowDeviceArrayViewSetArrayP20ArrowDeviceArrayViewP16ArrowDeviceArrayP10ArrowError">ArrowDeviceArrayViewSetArray
(C++ function)</a>
+</li>
<li><a
href="reference/device.html#_CPPv433ArrowDeviceArrayViewSetArrayAsyncP20ArrowDeviceArrayViewP16ArrowDeviceArrayPvP10ArrowError">ArrowDeviceArrayViewSetArrayAsync
(C++ function)</a>
</li>
<li><a
href="reference/device.html#_CPPv435ArrowDeviceArrayViewSetArrayMinimalP20ArrowDeviceArrayViewP16ArrowDeviceArrayP10ArrowError">ArrowDeviceArrayViewSetArrayMinimal
(C++ function)</a>
diff --git a/main/objects.inv b/main/objects.inv
index 6abb4480..f66bed7a 100644
Binary files a/main/objects.inv and b/main/objects.inv differ
diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml
index 68bf879a..9edad18c 100644
--- a/main/r/pkgdown.yml
+++ b/main/r/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.1.3
pkgdown: 2.1.0
pkgdown_sha: ~
articles: {}
-last_built: 2024-08-08T18:30Z
+last_built: 2024-08-10T01:39Z
diff --git a/main/reference/c.html b/main/reference/c.html
index 1a880c75..4e174395 100644
--- a/main/reference/c.html
+++ b/main/reference/c.html
@@ -906,6 +906,14 @@ document.write(`
<p>If using <a class="reference internal"
href="#group__nanoarrow-array-view_1gad5744e40f61d1de3e5f2ac528ec225c7"><span
class="std std-ref">ArrowArrayViewSetArray()</span></a> to back array_view with
an ArrowArray, the buffer sizes and some content (fist and last offset) have
already been validated at the “default” level. If setting the buffer pointers
and sizes otherwise, you may wish to perform checks at a different level. See
documentation for ArrowValidationLevel for the details of c [...]
</dd></dl>
+<dl class="cpp function">
+<dt class="sig sig-object cpp"
id="_CPPv421ArrowArrayViewComparePK14ArrowArrayViewPK14ArrowArrayView17ArrowCompareLevelPiP10ArrowError">
+<span
id="_CPPv321ArrowArrayViewComparePK14ArrowArrayViewPK14ArrowArrayView17ArrowCompareLevelPiP10ArrowError"></span><span
id="_CPPv221ArrowArrayViewComparePK14ArrowArrayViewPK14ArrowArrayView17ArrowCompareLevelPiP10ArrowError"></span><span
id="ArrowArrayViewCompare__ArrowArrayViewCP.ArrowArrayViewCP.ArrowCompareLevel.iP.ArrowErrorP"></span><span
class="target"
id="group__nanoarrow-array-view_1ga7694ae9bada7d07fee891a231b2c71d3"></span><span
class="n"><span class="pre">ArrowErrorCode</s [...]
+<dd><p>Compare two ArrowArrayView objects for equality. </p>
+<p>Given two ArrowArrayView instances, place either 0 (not equal) and 1
(equal) at the address pointed to by out. If the comparison determines that
actual and expected are not equal, a reason will be communicated via error if
error is non-NULL.</p>
+<p>Returns NANOARROW_OK if the comparison completed successfully. </p>
+</dd></dl>
+
<dl class="cpp function">
<dt class="sig sig-object cpp"
id="_CPPv419ArrowArrayViewResetP14ArrowArrayView">
<span id="_CPPv319ArrowArrayViewResetP14ArrowArrayView"></span><span
id="_CPPv219ArrowArrayViewResetP14ArrowArrayView"></span><span
id="ArrowArrayViewReset__ArrowArrayViewP"></span><span class="target"
id="group__nanoarrow-array-view_1ga983106893cf481272d96fb91dc6d724c"></span><span
class="kt"><span class="pre">void</span></span><span class="w"> </span><span
class="sig-name descname"><span class="n"><span
class="pre">ArrowArrayViewReset</span></span></span><span
class="sig-paren">(</span [...]
@@ -1614,6 +1622,7 @@ document.write(`
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#_CPPv422ArrowArrayViewSetArrayP14ArrowArrayViewPK10ArrowArrayP10ArrowError"><code
class="docutils literal notranslate"><span
class="pre">ArrowArrayViewSetArray()</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#_CPPv429ArrowArrayViewSetArrayMinimalP14ArrowArrayViewPK10ArrowArrayP10ArrowError"><code
class="docutils literal notranslate"><span
class="pre">ArrowArrayViewSetArrayMinimal()</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#_CPPv422ArrowArrayViewValidateP14ArrowArrayView20ArrowValidationLevelP10ArrowError"><code
class="docutils literal notranslate"><span
class="pre">ArrowArrayViewValidate()</span></code></a></li>
+<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#_CPPv421ArrowArrayViewComparePK14ArrowArrayViewPK14ArrowArrayView17ArrowCompareLevelPiP10ArrowError"><code
class="docutils literal notranslate"><span
class="pre">ArrowArrayViewCompare()</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#_CPPv419ArrowArrayViewResetP14ArrowArrayView"><code class="docutils
literal notranslate"><span
class="pre">ArrowArrayViewReset()</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#_CPPv420ArrowArrayViewIsNullPK14ArrowArrayView7int64_t"><code
class="docutils literal notranslate"><span
class="pre">ArrowArrayViewIsNull()</span></code></a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#_CPPv430ArrowArrayViewComputeNullCountPK14ArrowArrayView"><code
class="docutils literal notranslate"><span
class="pre">ArrowArrayViewComputeNullCount()</span></code></a></li>
diff --git a/main/searchindex.js b/main/searchindex.js
index 41d1a8a6..257d4f04 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"API Reference": [[8, null]], "Array Stream
utilities": [[6, "array-stream-utilities"]], "Array Streams": [[3,
"array-streams"]], "Array streams": [[2, "array-streams"]], "Arrays": [[2,
"arrays"], [3, "arrays"]], "Arrow C Data Interface": [[5,
"arrow-c-data-interface"]], "Arrow C Device Interface": [[7,
"arrow-c-device-interface"]], "Arrow C data/nanoarrow interface basics": [[0,
"arrow-c-data-nanoarrow-interface-basics"]], "Bitmap utilities": [[5, "bitmap-
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"API Reference": [[8, null]], "Array Stream
utilities": [[6, "array-stream-utilities"]], "Array Streams": [[3,
"array-streams"]], "Array streams": [[2, "array-streams"]], "Arrays": [[2,
"arrays"], [3, "arrays"]], "Arrow C Data Interface": [[5,
"arrow-c-data-interface"]], "Arrow C Device Interface": [[7,
"arrow-c-device-interface"]], "Arrow C data/nanoarrow interface basics": [[0,
"arrow-c-data-nanoarrow-interface-basics"]], "Bitmap utilities": [[5, "bitmap-
[...]
\ No newline at end of file