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 b2102e9c update documentation for tag main
b2102e9c is described below
commit b2102e9c938d2f7e44836d6d65f233352c3697c5
Author: GitHub Actions <[email protected]>
AuthorDate: Thu Mar 20 15:02:30 2025 +0000
update documentation for tag main
---
main/.doctrees/environment.pickle | Bin 1168194 -> 1168194 bytes
main/r/pkgdown.yml | 2 +-
main/r/reference/index.html | 2 +-
main/r/reference/na_type.html | 26 ++++++++++++++++++--------
main/r/search.json | 2 +-
5 files changed, 21 insertions(+), 11 deletions(-)
diff --git a/main/.doctrees/environment.pickle
b/main/.doctrees/environment.pickle
index 9f3c26cc..12fb3637 100644
Binary files a/main/.doctrees/environment.pickle and
b/main/.doctrees/environment.pickle differ
diff --git a/main/r/pkgdown.yml b/main/r/pkgdown.yml
index 428af7bf..32ebc1e0 100644
--- a/main/r/pkgdown.yml
+++ b/main/r/pkgdown.yml
@@ -2,4 +2,4 @@ pandoc: 3.1.3
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2025-03-20T14:55Z
+last_built: 2025-03-20T15:02Z
diff --git a/main/r/reference/index.html b/main/r/reference/index.html
index 1bb49a40..f27fe217 100644
--- a/main/r/reference/index.html
+++ b/main/r/reference/index.html
@@ -110,7 +110,7 @@
<dd>Implement Arrow extension types</dd>
</dl><dl><dt>
- <code><a href="na_type.html">na_type()</a></code> <code><a
href="na_type.html">na_na()</a></code> <code><a
href="na_type.html">na_bool()</a></code> <code><a
href="na_type.html">na_int8()</a></code> <code><a
href="na_type.html">na_uint8()</a></code> <code><a
href="na_type.html">na_int16()</a></code> <code><a
href="na_type.html">na_uint16()</a></code> <code><a
href="na_type.html">na_int32()</a></code> <code><a
href="na_type.html">na_uint32()</a></code> <code><a href="na_type.html [...]
+ <code><a href="na_type.html">na_type()</a></code> <code><a
href="na_type.html">na_na()</a></code> <code><a
href="na_type.html">na_bool()</a></code> <code><a
href="na_type.html">na_int8()</a></code> <code><a
href="na_type.html">na_uint8()</a></code> <code><a
href="na_type.html">na_int16()</a></code> <code><a
href="na_type.html">na_uint16()</a></code> <code><a
href="na_type.html">na_int32()</a></code> <code><a
href="na_type.html">na_uint32()</a></code> <code><a href="na_type.html [...]
</dt>
<dd>Create type objects</dd>
diff --git a/main/r/reference/na_type.html b/main/r/reference/na_type.html
index 0ab2f46c..ae0c52ea 100644
--- a/main/r/reference/na_type.html
+++ b/main/r/reference/na_type.html
@@ -56,6 +56,8 @@ prints/is returned by <code><a
href="as_nanoarrow_schema.html">nanoarrow_schema_
<span> byte_width <span class="op">=</span> <span
class="cn">NULL</span>,</span>
<span> unit <span class="op">=</span> <span class="cn">NULL</span>,</span>
<span> timezone <span class="op">=</span> <span class="cn">NULL</span>,</span>
+<span> precision <span class="op">=</span> <span
class="cn">NULL</span>,</span>
+<span> scale <span class="op">=</span> <span class="cn">NULL</span>,</span>
<span> column_types <span class="op">=</span> <span
class="cn">NULL</span>,</span>
<span> item_type <span class="op">=</span> <span
class="cn">NULL</span>,</span>
<span> key_type <span class="op">=</span> <span class="cn">NULL</span>,</span>
@@ -128,6 +130,10 @@ prints/is returned by <code><a
href="as_nanoarrow_schema.html">nanoarrow_schema_
<span></span>
<span><span class="fu">na_timestamp</span><span class="op">(</span>unit <span
class="op">=</span> <span class="fu"><a href="https://rdrr.io/r/base/c.html"
class="external-link">c</a></span><span class="op">(</span><span
class="st">"us"</span>, <span class="st">"ns"</span>, <span
class="st">"s"</span>, <span class="st">"ms"</span><span class="op">)</span>,
timezone <span class="op">=</span> <span class="st">""</span>, nullable <span
class="op">=</span> <span class="cn">TRUE</span><span cl [...]
<span></span>
+<span><span class="fu">na_decimal32</span><span class="op">(</span><span
class="va">precision</span>, <span class="va">scale</span>, nullable <span
class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></span>
+<span></span>
+<span><span class="fu">na_decimal64</span><span class="op">(</span><span
class="va">precision</span>, <span class="va">scale</span>, nullable <span
class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></span>
+<span></span>
<span><span class="fu">na_decimal128</span><span class="op">(</span><span
class="va">precision</span>, <span class="va">scale</span>, nullable <span
class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></span>
<span></span>
<span><span class="fu">na_decimal256</span><span class="op">(</span><span
class="va">precision</span>, <span class="va">scale</span>, nullable <span
class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></span>
@@ -142,6 +148,10 @@ prints/is returned by <code><a
href="as_nanoarrow_schema.html">nanoarrow_schema_
<span></span>
<span><span class="fu">na_large_list</span><span class="op">(</span><span
class="va">item_type</span>, nullable <span class="op">=</span> <span
class="cn">TRUE</span><span class="op">)</span></span>
<span></span>
+<span><span class="fu">na_list_view</span><span class="op">(</span><span
class="va">item_type</span>, nullable <span class="op">=</span> <span
class="cn">TRUE</span><span class="op">)</span></span>
+<span></span>
+<span><span class="fu">na_large_list_view</span><span class="op">(</span><span
class="va">item_type</span>, nullable <span class="op">=</span> <span
class="cn">TRUE</span><span class="op">)</span></span>
+<span></span>
<span><span class="fu">na_fixed_size_list</span><span class="op">(</span><span
class="va">item_type</span>, <span class="va">list_size</span>, nullable <span
class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></span>
<span></span>
<span><span class="fu">na_map</span><span class="op">(</span><span
class="va">key_type</span>, <span class="va">item_type</span>, keys_sorted
<span class="op">=</span> <span class="cn">FALSE</span>, nullable <span
class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span></span>
@@ -176,6 +186,14 @@ represents a naive point in time (i.e., one that has no
associated
timezone).</p></dd>
+<dt id="arg-precision">precision<a class="anchor" aria-label="anchor"
href="#arg-precision"></a></dt>
+<dd><p>The total number of digits representable by the decimal type</p></dd>
+
+
+<dt id="arg-scale">scale<a class="anchor" aria-label="anchor"
href="#arg-scale"></a></dt>
+<dd><p>The number of digits after the decimal point in a decimal type</p></dd>
+
+
<dt id="arg-column-types">column_types<a class="anchor" aria-label="anchor"
href="#arg-column-types"></a></dt>
<dd><p>A <code><a href="https://rdrr.io/r/base/list.html"
class="external-link">list()</a></code> of <a
href="as_nanoarrow_schema.html">nanoarrow_schema</a>s.</p></dd>
@@ -233,14 +251,6 @@ Most Arrow extension types define extension metadata as a
JSON object.</p></dd>
<dd><p>Use <code>FALSE</code> to assert that this field cannot contain
null values.</p></dd>
-
-<dt id="arg-precision">precision<a class="anchor" aria-label="anchor"
href="#arg-precision"></a></dt>
-<dd><p>The total number of digits representable by the decimal type</p></dd>
-
-
-<dt id="arg-scale">scale<a class="anchor" aria-label="anchor"
href="#arg-scale"></a></dt>
-<dd><p>The number of digits after the decimal point in a decimal type</p></dd>
-
</dl></div>
<div class="section level2">
<h2 id="value">Value<a class="anchor" aria-label="anchor"
href="#value"></a></h2>
diff --git a/main/r/search.json b/main/r/search.json
index dd5f4d4b..3311bd14 100644
--- a/main/r/search.json
+++ b/main/r/search.json
@@ -1 +1 @@
-[{"path":"/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
License","title":"Apache License","text":"Version 2.0, January 2004
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache License","text":"“License” shall mean terms
conditions use, reproduction, distribution defined Sections [...]
+[{"path":"/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"Apache
License","title":"Apache License","text":"Version 2.0, January 2004
<http://www.apache.org/licenses/>","code":""},{"path":[]},{"path":"/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache License","text":"“License” shall mean terms
conditions use, reproduction, distribution defined Sections [...]