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-adbc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new bff67b06a publish documentation
bff67b06a is described below
commit bff67b06ab5fdf5a1ef6a2fdd662483d1d3249fe
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 02:02:05 2026 +0000
publish documentation
---
main/r/adbcbigquery/pkgdown.yml | 2 +-
main/r/adbcdrivermanager/pkgdown.yml | 2 +-
main/r/adbcdrivermanager/reference/adbc_connection_init.html | 4 ++--
main/r/adbcdrivermanager/reference/adbc_connection_init.md | 4 ++--
main/r/adbcdrivermanager/reference/adbc_database_init.html | 2 +-
main/r/adbcdrivermanager/reference/adbc_database_init.md | 2 +-
main/r/adbcdrivermanager/reference/adbc_statement_init.html | 6 +++---
main/r/adbcdrivermanager/reference/adbc_statement_init.md | 6 +++---
main/r/adbcdrivermanager/reference/read_adbc.html | 12 +++++++++++-
main/r/adbcdrivermanager/reference/read_adbc.md | 12 +++++++++++-
main/r/adbcdrivermanager/search.json | 2 +-
main/r/adbcflightsql/pkgdown.yml | 2 +-
main/r/adbcpostgresql/pkgdown.yml | 2 +-
main/r/adbcpostgresql/reference/adbcpostgresql.html | 5 +++++
main/r/adbcpostgresql/reference/adbcpostgresql.md | 5 +++++
main/r/adbcpostgresql/search.json | 2 +-
main/r/adbcsnowflake/pkgdown.yml | 2 +-
main/r/adbcsqlite/pkgdown.yml | 2 +-
main/r/adbcsqlite/reference/adbcsqlite.html | 5 +++++
main/r/adbcsqlite/reference/adbcsqlite.md | 5 +++++
main/r/adbcsqlite/search.json | 2 +-
21 files changed, 63 insertions(+), 23 deletions(-)
diff --git a/main/r/adbcbigquery/pkgdown.yml b/main/r/adbcbigquery/pkgdown.yml
index f9211d297..6749e448e 100644
--- a/main/r/adbcbigquery/pkgdown.yml
+++ b/main/r/adbcbigquery/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.3
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-01-05T00:58Z
+last_built: 2026-01-05T02:01Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcbigquery/reference
article: https://arrow.apache.org/adbc/current/r/adbcbigquery/articles
diff --git a/main/r/adbcdrivermanager/pkgdown.yml
b/main/r/adbcdrivermanager/pkgdown.yml
index 00a0d50f8..0772e59b3 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.3
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-01-05T00:57Z
+last_built: 2026-01-05T02:01Z
urls:
reference:
https://arrow.apache.org/adbc/current/r/adbcdrivermanager/reference
article: https://arrow.apache.org/adbc/current/r/adbcdrivermanager/articles
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
index 10a0ca3fa..b92717781 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
@@ -105,9 +105,9 @@ finer-grained control over behaviour at the R
level.</p></dd>
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor"
href="#ref-examples"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span
class="r-in"><span><span class="va">db</span> <span class="op"><-</span>
<span class="fu"><a
href="adbc_database_init.html">adbc_database_init</a></span><span
class="op">(</span><span class="fu"><a
href="adbc_driver_void.html">adbc_driver_void</a></span><span
class="op">(</span><span class="op">)</span><span
class="op">)</span></span></span>
<span class="r-in"><span><span class="fu">adbc_connection_init</span><span
class="op">(</span><span class="va">db</span><span
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x55ef152b9a50> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x55cc68067330> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x55ef156b9730> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x55cc68140130> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> ..$
driver:<adbc_driver_void> List of 4</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ load_flags
: int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.md
b/main/r/adbcdrivermanager/reference/adbc_connection_init.md
index ef2ecc0cb..3648af1fb 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_init.md
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_init.md
@@ -62,9 +62,9 @@ An object of class 'adbc_connection'
``` r
db <- adbc_database_init(adbc_driver_void())
adbc_connection_init(db)
-#> <adbc_connection at 0x55ef152b9a50>
+#> <adbc_connection at 0x55cc68067330>
#> List of 1
-#> $ database:<adbc_database at 0x55ef156b9730>
+#> $ database:<adbc_database at 0x55cc68140130>
#> List of 1
#> ..$ driver:<adbc_driver_void> List of 4
#> .. ..$ load_flags : int 15
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.html
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index c85666568..5b64a17f1 100644
--- a/main/r/adbcdrivermanager/reference/adbc_database_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_database_init.html
@@ -104,7 +104,7 @@ finer-grained control over behaviour at the R
level.</p></dd>
<div class="section level2">
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor"
href="#ref-examples"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span
class="r-in"><span><span class="fu">adbc_database_init</span><span
class="op">(</span><span class="fu"><a
href="adbc_driver_void.html">adbc_driver_void</a></span><span
class="op">(</span><span class="op">)</span><span
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x55ef14b0adb0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x55cc680e0fa0> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> $
driver:<adbc_driver_void> List of 4</span>
<span class="r-out co"><span class="r-pr">#></span> ..$ load_flags :
int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.md
b/main/r/adbcdrivermanager/reference/adbc_database_init.md
index c2bb32c26..1d855c67d 100644
--- a/main/r/adbcdrivermanager/reference/adbc_database_init.md
+++ b/main/r/adbcdrivermanager/reference/adbc_database_init.md
@@ -61,7 +61,7 @@ An object of class adbc_database
``` r
adbc_database_init(adbc_driver_void())
-#> <adbc_database at 0x55ef14b0adb0>
+#> <adbc_database at 0x55cc680e0fa0>
#> List of 1
#> $ driver:<adbc_driver_void> List of 4
#> ..$ load_flags : int 15
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index c717f542e..f9856cc93 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
@@ -106,11 +106,11 @@ finer-grained control over behaviour at the R
level.</p></dd>
<div class="sourceCode"><pre class="sourceCode r"><code><span
class="r-in"><span><span class="va">db</span> <span class="op"><-</span>
<span class="fu"><a
href="adbc_database_init.html">adbc_database_init</a></span><span
class="op">(</span><span class="fu"><a
href="adbc_driver_void.html">adbc_driver_void</a></span><span
class="op">(</span><span class="op">)</span><span
class="op">)</span></span></span>
<span class="r-in"><span><span class="va">con</span> <span
class="op"><-</span> <span class="fu"><a
href="adbc_connection_init.html">adbc_connection_init</a></span><span
class="op">(</span><span class="va">db</span><span
class="op">)</span></span></span>
<span class="r-in"><span><span class="fu">adbc_statement_init</span><span
class="op">(</span><span class="va">con</span><span
class="op">)</span></span></span>
-<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x55ef156bed50> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x55cc67f6c840> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x55ef156b8720> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x55cc684866e0> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
-<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x55ef150d8dd0> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x55cc67ba6400> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$
driver:<adbc_driver_void> List of 4</span>
<span class="r-out co"><span class="r-pr">#></span> .. .. ..$ load_flags
: int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.md
b/main/r/adbcdrivermanager/reference/adbc_statement_init.md
index 30e6e5443..4910232ce 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_init.md
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_init.md
@@ -63,11 +63,11 @@ An object of class 'adbc_statement'
db <- adbc_database_init(adbc_driver_void())
con <- adbc_connection_init(db)
adbc_statement_init(con)
-#> <adbc_statement at 0x55ef156bed50>
+#> <adbc_statement at 0x55cc67f6c840>
#> List of 1
-#> $ connection:<adbc_connection at 0x55ef156b8720>
+#> $ connection:<adbc_connection at 0x55cc684866e0>
#> List of 1
-#> ..$ database:<adbc_database at 0x55ef150d8dd0>
+#> ..$ database:<adbc_database at 0x55cc67ba6400>
#> List of 1
#> .. ..$ driver:<adbc_driver_void> List of 4
#> .. .. ..$ load_flags : int 15
diff --git a/main/r/adbcdrivermanager/reference/read_adbc.html
b/main/r/adbcdrivermanager/reference/read_adbc.html
index 1a2aa8d0a..97d726ad9 100644
--- a/main/r/adbcdrivermanager/reference/read_adbc.html
+++ b/main/r/adbcdrivermanager/reference/read_adbc.html
@@ -64,7 +64,9 @@ implementations).</p>
<span> <span class="va">target_table</span>,</span>
<span> <span class="va">...</span>,</span>
<span> mode <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">"default"</span>, <span
class="st">"create"</span>, <span class="st">"append"</span>, <span
class="st">"replace"</span>, <span class="st">"create_append"</span><span
class="op">)</span>,</span>
-<span> temporary <span class="op">=</span> <span
class="cn">FALSE</span></span>
+<span> temporary <span class="op">=</span> <span
class="cn">FALSE</span>,</span>
+<span> catalog_name <span class="op">=</span> <span
class="cn">NULL</span>,</span>
+<span> db_schema_name <span class="op">=</span> <span
class="cn">NULL</span></span>
<span><span class="op">)</span></span></code></pre></div>
</div>
@@ -109,6 +111,14 @@ argument of <code><a
href="adbc_statement_init.html">adbc_statement_init()</a></
<dt id="arg-temporary">temporary<a class="anchor" aria-label="anchor"
href="#arg-temporary"></a></dt>
<dd><p>Use TRUE to create a table as a temporary table.</p></dd>
+
+<dt id="arg-catalog-name">catalog_name<a class="anchor" aria-label="anchor"
href="#arg-catalog-name"></a></dt>
+<dd><p>If not <code>NULL</code>, the catalog to create/locate the table
in.</p></dd>
+
+
+<dt id="arg-db-schema-name">db_schema_name<a class="anchor"
aria-label="anchor" href="#arg-db-schema-name"></a></dt>
+<dd><p>If not <code>NULL</code>, the schema to create/locate the table
in.</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/adbcdrivermanager/reference/read_adbc.md
b/main/r/adbcdrivermanager/reference/read_adbc.md
index 8af128741..c0a58d360 100644
--- a/main/r/adbcdrivermanager/reference/read_adbc.md
+++ b/main/r/adbcdrivermanager/reference/read_adbc.md
@@ -17,7 +17,9 @@ write_adbc(
target_table,
...,
mode = c("default", "create", "append", "replace", "create_append"),
- temporary = FALSE
+ temporary = FALSE,
+ catalog_name = NULL,
+ db_schema_name = NULL
)
```
@@ -65,6 +67,14 @@ write_adbc(
Use TRUE to create a table as a temporary table.
+- catalog_name:
+
+ If not `NULL`, the catalog to create/locate the table in.
+
+- db_schema_name:
+
+ If not `NULL`, the schema to create/locate the table in.
+
## Value
- `read_adbc()`: A
diff --git a/main/r/adbcdrivermanager/search.json
b/main/r/adbcdrivermanager/search.json
index a3aebb093..a90ae28ab 100644
--- a/main/r/adbcdrivermanager/search.json
+++ b/main/r/adbcdrivermanager/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/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":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/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":"https://arrow.apache.org/adbc/current/r/adbcdrivermanager/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title [...]
diff --git a/main/r/adbcflightsql/pkgdown.yml b/main/r/adbcflightsql/pkgdown.yml
index e4ae52ff2..4d37c5a4d 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.3
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-01-05T00:58Z
+last_built: 2026-01-05T02:01Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcflightsql/reference
article: https://arrow.apache.org/adbc/current/r/adbcflightsql/articles
diff --git a/main/r/adbcpostgresql/pkgdown.yml
b/main/r/adbcpostgresql/pkgdown.yml
index c2b5861f8..61e81a036 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.3
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-01-05T00:58Z
+last_built: 2026-01-05T02:01Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcpostgresql/reference
article: https://arrow.apache.org/adbc/current/r/adbcpostgresql/articles
diff --git a/main/r/adbcpostgresql/reference/adbcpostgresql.html
b/main/r/adbcpostgresql/reference/adbcpostgresql.html
index 1d4a0db51..803d35f89 100644
--- a/main/r/adbcpostgresql/reference/adbcpostgresql.html
+++ b/main/r/adbcpostgresql/reference/adbcpostgresql.html
@@ -61,6 +61,7 @@
<span> <span class="va">connection</span>,</span>
<span> <span class="va">...</span>,</span>
<span> adbc.ingest.target_table <span class="op">=</span> <span
class="cn">NULL</span>,</span>
+<span> adbc.ingest.target_db_schema <span class="op">=</span> <span
class="cn">NULL</span>,</span>
<span> adbc.ingest.mode <span class="op">=</span> <span
class="cn">NULL</span></span>
<span><span class="op">)</span></span></code></pre></div>
</div>
@@ -100,6 +101,10 @@ autocommit behaviour.</p></dd>
<dd><p>The name of the target table for a bulk insert.</p></dd>
+<dt id="arg-adbc-ingest-target-db-schema">adbc.ingest.target_db_schema<a
class="anchor" aria-label="anchor"
href="#arg-adbc-ingest-target-db-schema"></a></dt>
+<dd><p>The schema of the table for a bulk insert.</p></dd>
+
+
<dt id="arg-adbc-ingest-mode">adbc.ingest.mode<a class="anchor"
aria-label="anchor" href="#arg-adbc-ingest-mode"></a></dt>
<dd><p>Whether to create (the default) or append.</p></dd>
diff --git a/main/r/adbcpostgresql/reference/adbcpostgresql.md
b/main/r/adbcpostgresql/reference/adbcpostgresql.md
index a30b1f10b..6e99e030b 100644
--- a/main/r/adbcpostgresql/reference/adbcpostgresql.md
+++ b/main/r/adbcpostgresql/reference/adbcpostgresql.md
@@ -18,6 +18,7 @@ adbc_statement_init(
connection,
...,
adbc.ingest.target_table = NULL,
+ adbc.ingest.target_db_schema = NULL,
adbc.ingest.mode = NULL
)
```
@@ -57,6 +58,10 @@ adbc_statement_init(
The name of the target table for a bulk insert.
+- adbc.ingest.target_db_schema:
+
+ The schema of the table for a bulk insert.
+
- adbc.ingest.mode:
Whether to create (the default) or append.
diff --git a/main/r/adbcpostgresql/search.json
b/main/r/adbcpostgresql/search.json
index 5f7136533..5d25585f3 100644
--- a/main/r/adbcpostgresql/search.json
+++ b/main/r/adbcpostgresql/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcpostgresql/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":"https://arrow.apache.org/adbc/current/r/adbcpostgresql/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apa [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcpostgresql/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":"https://arrow.apache.org/adbc/current/r/adbcpostgresql/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apa [...]
diff --git a/main/r/adbcsnowflake/pkgdown.yml b/main/r/adbcsnowflake/pkgdown.yml
index 7b113b47d..7676da329 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.3
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-01-05T00:58Z
+last_built: 2026-01-05T02:01Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcsnowflake/reference
article: https://arrow.apache.org/adbc/current/r/adbcsnowflake/articles
diff --git a/main/r/adbcsqlite/pkgdown.yml b/main/r/adbcsqlite/pkgdown.yml
index 5b9a1f586..7084cb8b5 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.3
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-01-05T00:58Z
+last_built: 2026-01-05T02:01Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcsqlite/reference
article: https://arrow.apache.org/adbc/current/r/adbcsqlite/articles
diff --git a/main/r/adbcsqlite/reference/adbcsqlite.html
b/main/r/adbcsqlite/reference/adbcsqlite.html
index eb25912b8..3bcda4ee1 100644
--- a/main/r/adbcsqlite/reference/adbcsqlite.html
+++ b/main/r/adbcsqlite/reference/adbcsqlite.html
@@ -61,6 +61,7 @@
<span> <span class="va">connection</span>,</span>
<span> <span class="va">...</span>,</span>
<span> adbc.ingest.target_table <span class="op">=</span> <span
class="cn">NULL</span>,</span>
+<span> adbc.ingest.target_catalog <span class="op">=</span> <span
class="cn">NULL</span>,</span>
<span> adbc.ingest.mode <span class="op">=</span> <span
class="cn">NULL</span>,</span>
<span> adbc.sqlite.query.batch_rows <span class="op">=</span> <span
class="cn">NULL</span></span>
<span><span class="op">)</span></span></code></pre></div>
@@ -100,6 +101,10 @@ autocommit behaviour.</p></dd>
<dd><p>The name of the target table for a bulk insert.</p></dd>
+<dt id="arg-adbc-ingest-target-catalog">adbc.ingest.target_catalog<a
class="anchor" aria-label="anchor"
href="#arg-adbc-ingest-target-catalog"></a></dt>
+<dd><p>The catalog of the table for a bulk insert.</p></dd>
+
+
<dt id="arg-adbc-ingest-mode">adbc.ingest.mode<a class="anchor"
aria-label="anchor" href="#arg-adbc-ingest-mode"></a></dt>
<dd><p>Whether to create (the default) or append.</p></dd>
diff --git a/main/r/adbcsqlite/reference/adbcsqlite.md
b/main/r/adbcsqlite/reference/adbcsqlite.md
index fc107a2d1..1380e7d21 100644
--- a/main/r/adbcsqlite/reference/adbcsqlite.md
+++ b/main/r/adbcsqlite/reference/adbcsqlite.md
@@ -18,6 +18,7 @@ adbc_statement_init(
connection,
...,
adbc.ingest.target_table = NULL,
+ adbc.ingest.target_catalog = NULL,
adbc.ingest.mode = NULL,
adbc.sqlite.query.batch_rows = NULL
)
@@ -57,6 +58,10 @@ adbc_statement_init(
The name of the target table for a bulk insert.
+- adbc.ingest.target_catalog:
+
+ The catalog of the table for a bulk insert.
+
- adbc.ingest.mode:
Whether to create (the default) or append.
diff --git a/main/r/adbcsqlite/search.json b/main/r/adbcsqlite/search.json
index dfcf59d11..98f54c76e 100644
--- a/main/r/adbcsqlite/search.json
+++ b/main/r/adbcsqlite/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcsqlite/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":"https://arrow.apache.org/adbc/current/r/adbcsqlite/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache Lice [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcsqlite/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":"https://arrow.apache.org/adbc/current/r/adbcsqlite/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache Lice [...]