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 abab3bd2f publish documentation
abab3bd2f is described below
commit abab3bd2fd776536d6e0b038206b42991eb4f82e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 26 02:22:36 2025 +0000
publish documentation
---
main/_sources/driver/postgresql.rst.txt | 23 +++----
main/_sources/python/recipe/postgresql.rst.txt | 7 ++
main/driver/postgresql.html | 21 +++---
main/genindex.html | 33 +++++----
main/objects.inv | Bin 3200 -> 3227 bytes
main/python/recipe/index.html | 1 +
main/python/recipe/postgresql.html | 74 +++++++++++++++++++--
main/r/adbcbigquery/404.html | 2 +-
main/r/adbcbigquery/LICENSE.html | 2 +-
main/r/adbcbigquery/authors.html | 2 +-
main/r/adbcbigquery/index.html | 2 +-
main/r/adbcbigquery/pkgdown.yml | 4 +-
.../reference/adbcbigquery-package.html | 2 +-
main/r/adbcbigquery/reference/adbcbigquery.html | 2 +-
main/r/adbcbigquery/reference/index.html | 2 +-
main/r/adbcdrivermanager/404.html | 2 +-
main/r/adbcdrivermanager/LICENSE.html | 2 +-
main/r/adbcdrivermanager/authors.html | 2 +-
main/r/adbcdrivermanager/index.html | 2 +-
main/r/adbcdrivermanager/pkgdown.yml | 4 +-
.../reference/adbc_connection_get_info.html | 2 +-
.../reference/adbc_connection_init.html | 6 +-
.../reference/adbc_connection_join.html | 2 +-
.../reference/adbc_database_init.html | 4 +-
.../reference/adbc_driver_log.html | 2 +-
.../reference/adbc_driver_monkey.html | 2 +-
.../reference/adbc_driver_void.html | 2 +-
.../reference/adbc_error_from_array_stream.html | 2 +-
.../reference/adbc_statement_init.html | 8 +--
.../reference/adbc_statement_set_sql_query.html | 2 +-
.../reference/adbc_xptr_move.html | 2 +-
.../reference/adbcdrivermanager-package.html | 2 +-
main/r/adbcdrivermanager/reference/index.html | 2 +-
main/r/adbcdrivermanager/reference/read_adbc.html | 2 +-
main/r/adbcdrivermanager/reference/with_adbc.html | 2 +-
main/r/adbcdrivermanager/search.json | 2 +-
main/r/adbcflightsql/404.html | 2 +-
main/r/adbcflightsql/LICENSE.html | 2 +-
main/r/adbcflightsql/authors.html | 2 +-
main/r/adbcflightsql/index.html | 2 +-
main/r/adbcflightsql/pkgdown.yml | 4 +-
.../reference/adbcflightsql-package.html | 2 +-
main/r/adbcflightsql/reference/adbcflightsql.html | 2 +-
main/r/adbcflightsql/reference/index.html | 2 +-
main/r/adbcpostgresql/404.html | 2 +-
main/r/adbcpostgresql/LICENSE.html | 2 +-
main/r/adbcpostgresql/authors.html | 2 +-
main/r/adbcpostgresql/index.html | 2 +-
main/r/adbcpostgresql/pkgdown.yml | 4 +-
.../reference/adbcpostgresql-package.html | 2 +-
.../r/adbcpostgresql/reference/adbcpostgresql.html | 2 +-
main/r/adbcpostgresql/reference/index.html | 2 +-
main/r/adbcsnowflake/404.html | 2 +-
main/r/adbcsnowflake/LICENSE.html | 2 +-
main/r/adbcsnowflake/authors.html | 2 +-
main/r/adbcsnowflake/index.html | 2 +-
main/r/adbcsnowflake/pkgdown.yml | 4 +-
.../reference/adbcsnowflake-package.html | 2 +-
main/r/adbcsnowflake/reference/adbcsnowflake.html | 2 +-
main/r/adbcsnowflake/reference/index.html | 2 +-
main/r/adbcsqlite/404.html | 2 +-
main/r/adbcsqlite/LICENSE.html | 2 +-
main/r/adbcsqlite/authors.html | 2 +-
main/r/adbcsqlite/index.html | 2 +-
main/r/adbcsqlite/pkgdown.yml | 4 +-
.../r/adbcsqlite/reference/adbcsqlite-package.html | 2 +-
main/r/adbcsqlite/reference/adbcsqlite.html | 2 +-
main/r/adbcsqlite/reference/index.html | 2 +-
main/searchindex.js | 2 +-
69 files changed, 192 insertions(+), 115 deletions(-)
diff --git a/main/_sources/driver/postgresql.rst.txt
b/main/_sources/driver/postgresql.rst.txt
index 8c54ee7b0..8bcfd2db4 100644
--- a/main/_sources/driver/postgresql.rst.txt
+++ b/main/_sources/driver/postgresql.rst.txt
@@ -168,18 +168,17 @@ the :c:struct:`AdbcDatabase`. This should be a
`connection URI
Supported Features
==================
-The PostgreSQL driver mostly supports features defined in the ADBC API
-specification 1.0.0, but not all cases are fully implemented
-(particularly around bind parameters and prepared statements).
-
-Bind Parameters and Prepared Statements
----------------------------------------
-
-The PostgreSQL driver only supports executing prepared statements with
-parameters that do not return result sets (basically, an INSERT with
-parameters). Queries that return result sets are difficult with prepared
-statements because the driver is built around using COPY for best
-performance, which is not supported in this context.
+The PostgreSQL driver supports features defined in the ADBC API specification
+1.0.0.
+
+COPY query execution
+--------------------
+
+The PostgreSQL driver executes queries with ``COPY`` for best performance.
+PostgreSQL does not support this for all queries, however (such as ``SHOW``).
+The optimization can be disabled by the statement option
+``adbc.postgresql.use_copy``. For an example, see
+:ref:`recipe-postgresql-statement-nocopy`.
Bulk Ingestion
--------------
diff --git a/main/_sources/python/recipe/postgresql.rst.txt
b/main/_sources/python/recipe/postgresql.rst.txt
index 0b5094064..f1f885d02 100644
--- a/main/_sources/python/recipe/postgresql.rst.txt
+++ b/main/_sources/python/recipe/postgresql.rst.txt
@@ -46,6 +46,13 @@ Execute a statement with bind parameters
.. recipe:: postgresql_execute_bind.py
+.. _recipe-postgresql-statement-nocopy:
+
+Execute a statement without COPY
+================================
+
+.. recipe:: postgresql_execute_nocopy.py
+
Get the Arrow schema of a table
===============================
diff --git a/main/driver/postgresql.html b/main/driver/postgresql.html
index b3b12547b..2c8e4e59a 100644
--- a/main/driver/postgresql.html
+++ b/main/driver/postgresql.html
@@ -531,16 +531,15 @@ R</label><div class="sd-tab-content docutils">
</section>
<section id="supported-features">
<h2>Supported Features<a class="headerlink" href="#supported-features"
title="Link to this heading">¶</a></h2>
-<p>The PostgreSQL driver mostly supports features defined in the ADBC API
-specification 1.0.0, but not all cases are fully implemented
-(particularly around bind parameters and prepared statements).</p>
-<section id="bind-parameters-and-prepared-statements">
-<h3>Bind Parameters and Prepared Statements<a class="headerlink"
href="#bind-parameters-and-prepared-statements" title="Link to this
heading">¶</a></h3>
-<p>The PostgreSQL driver only supports executing prepared statements with
-parameters that do not return result sets (basically, an INSERT with
-parameters). Queries that return result sets are difficult with prepared
-statements because the driver is built around using COPY for best
-performance, which is not supported in this context.</p>
+<p>The PostgreSQL driver supports features defined in the ADBC API
specification
+1.0.0.</p>
+<section id="copy-query-execution">
+<h3>COPY query execution<a class="headerlink" href="#copy-query-execution"
title="Link to this heading">¶</a></h3>
+<p>The PostgreSQL driver executes queries with <code class="docutils literal
notranslate"><span class="pre">COPY</span></code> for best performance.
+PostgreSQL does not support this for all queries, however (such as <code
class="docutils literal notranslate"><span class="pre">SHOW</span></code>).
+The optimization can be disabled by the statement option
+<code class="docutils literal notranslate"><span
class="pre">adbc.postgresql.use_copy</span></code>. For an example, see
+<a class="reference internal"
href="../python/recipe/postgresql.html#recipe-postgresql-statement-nocopy"><span
class="std std-ref">Execute a statement without COPY</span></a>.</p>
</section>
<section id="bulk-ingestion">
<h3>Bulk Ingestion<a class="headerlink" href="#bulk-ingestion" title="Link to
this heading">¶</a></h3>
@@ -817,7 +816,7 @@ United States and other countries.
<li><a class="reference internal" href="#installation">Installation</a></li>
<li><a class="reference internal" href="#usage">Usage</a></li>
<li><a class="reference internal" href="#supported-features">Supported
Features</a><ul>
-<li><a class="reference internal"
href="#bind-parameters-and-prepared-statements">Bind Parameters and Prepared
Statements</a></li>
+<li><a class="reference internal" href="#copy-query-execution">COPY query
execution</a></li>
<li><a class="reference internal" href="#bulk-ingestion">Bulk
Ingestion</a></li>
<li><a class="reference internal" href="#partitioned-result-sets">Partitioned
Result Sets</a></li>
<li><a class="reference internal" href="#transactions">Transactions</a></li>
diff --git a/main/genindex.html b/main/genindex.html
index 208a2fd41..b5e9f5ca8 100644
--- a/main/genindex.html
+++ b/main/genindex.html
@@ -672,7 +672,7 @@
connection pooling (recipe)
<ul>
- <li><a href="python/recipe/postgresql.html#index-8">PostgreSQL</a>
+ <li><a href="python/recipe/postgresql.html#index-9">PostgreSQL</a>
</li>
</ul></li>
<li><a
href="python/api/adbc_driver_flightsql.html#adbc_driver_flightsql.ConnectionOptions">ConnectionOptions
(class in adbc_driver_flightsql)</a>
@@ -817,14 +817,14 @@
get query result set schema (recipe)
<ul>
- <li><a href="python/recipe/postgresql.html#index-6">PostgreSQL</a>
+ <li><a href="python/recipe/postgresql.html#index-7">PostgreSQL</a>
</li>
</ul></li>
<li>
get table schema (recipe)
<ul>
- <li><a href="python/recipe/postgresql.html#index-5">PostgreSQL</a>
+ <li><a href="python/recipe/postgresql.html#index-6">PostgreSQL</a>
</li>
</ul></li>
<li><a
href="python/api/adbc_driver_manager.html#adbc_driver_manager.AdbcConnection.get_info">get_info()
(adbc_driver_manager.AdbcConnection method)</a>
@@ -1028,7 +1028,7 @@
pandas integration (recipe)
<ul>
- <li><a href="python/recipe/postgresql.html#index-9">PostgreSQL</a>
+ <li><a href="python/recipe/postgresql.html#index-10">PostgreSQL</a>
</li>
</ul></li>
<li><a
href="python/api/adbc_driver_manager.html#adbc_driver_manager.dbapi.paramstyle">paramstyle
(in module adbc_driver_manager.dbapi)</a>
@@ -1039,7 +1039,7 @@
polars integration (recipe)
<ul>
- <li><a href="python/recipe/postgresql.html#index-10">PostgreSQL</a>
+ <li><a href="python/recipe/postgresql.html#index-11">PostgreSQL</a>
</li>
</ul></li>
<li>
@@ -1056,17 +1056,19 @@
</li>
<li><a href="python/recipe/postgresql.html#index-3">bulk ingestion
to temporary table (recipe)</a>
</li>
- <li><a href="python/recipe/postgresql.html#index-8">connection
pooling (recipe)</a>
+ <li><a href="python/recipe/postgresql.html#index-9">connection
pooling (recipe)</a>
</li>
- <li><a href="python/recipe/postgresql.html#index-6">get query result
set schema (recipe)</a>
+ <li><a href="python/recipe/postgresql.html#index-7">get query result
set schema (recipe)</a>
</li>
- <li><a href="python/recipe/postgresql.html#index-5">get table schema
(recipe)</a>
+ <li><a href="python/recipe/postgresql.html#index-6">get table schema
(recipe)</a>
</li>
- <li><a href="python/recipe/postgresql.html#index-9">pandas
integration (recipe)</a>
+ <li><a href="python/recipe/postgresql.html#index-10">pandas
integration (recipe)</a>
</li>
- <li><a href="python/recipe/postgresql.html#index-10">polars
integration (recipe)</a>
+ <li><a href="python/recipe/postgresql.html#index-11">polars
integration (recipe)</a>
</li>
- <li><a href="python/recipe/postgresql.html#index-7">query catalog
(recipe)</a>
+ <li><a href="python/recipe/postgresql.html#index-8">query catalog
(recipe)</a>
+</li>
+ <li><a href="python/recipe/postgresql.html#index-5">statement
options (recipe)</a>
</li>
</ul></li>
</ul></td>
@@ -1096,7 +1098,7 @@
query catalog (recipe)
<ul>
- <li><a href="python/recipe/postgresql.html#index-7">PostgreSQL</a>
+ <li><a href="python/recipe/postgresql.html#index-8">PostgreSQL</a>
</li>
</ul></li>
</ul></td>
@@ -1174,6 +1176,13 @@
<td style="width: 33%; vertical-align: top;"><ul>
<li><a
href="glossary.html#term-statement"><strong>statement</strong></a>
</li>
+ <li>
+ statement options (recipe)
+
+ <ul>
+ <li><a href="python/recipe/postgresql.html#index-5">PostgreSQL</a>
+</li>
+ </ul></li>
<li><a
href="python/api/adbc_driver_flightsql.html#adbc_driver_flightsql.StatementOptions">StatementOptions
(class in adbc_driver_flightsql)</a>
<ul>
diff --git a/main/objects.inv b/main/objects.inv
index 6b82f1e8a..edf7cf647 100644
Binary files a/main/objects.inv and b/main/objects.inv differ
diff --git a/main/python/recipe/index.html b/main/python/recipe/index.html
index 1297f59b8..a633940c1 100644
--- a/main/python/recipe/index.html
+++ b/main/python/recipe/index.html
@@ -410,6 +410,7 @@ Python.</p>
<li class="toctree-l2"><a class="reference internal"
href="postgresql.html#create-append-to-a-table-from-an-arrow-table">Create/append
to a table from an Arrow table</a></li>
<li class="toctree-l2"><a class="reference internal"
href="postgresql.html#create-append-to-a-temporary-table">Create/append to a
temporary table</a></li>
<li class="toctree-l2"><a class="reference internal"
href="postgresql.html#execute-a-statement-with-bind-parameters">Execute a
statement with bind parameters</a></li>
+<li class="toctree-l2"><a class="reference internal"
href="postgresql.html#execute-a-statement-without-copy">Execute a statement
without COPY</a></li>
<li class="toctree-l2"><a class="reference internal"
href="postgresql.html#get-the-arrow-schema-of-a-table">Get the Arrow schema of
a table</a></li>
<li class="toctree-l2"><a class="reference internal"
href="postgresql.html#get-the-arrow-schema-of-a-query">Get the Arrow schema of
a query</a></li>
<li class="toctree-l2"><a class="reference internal"
href="postgresql.html#list-catalogs-schemas-and-tables">List catalogs, schemas,
and tables</a></li>
diff --git a/main/python/recipe/postgresql.html
b/main/python/recipe/postgresql.html
index 5d30f7600..de6bd6612 100644
--- a/main/python/recipe/postgresql.html
+++ b/main/python/recipe/postgresql.html
@@ -829,9 +829,70 @@ is not supported—only the PostgreSQL-native <code
class="docutils literal notr
</pre></div>
</div>
</section>
+<section id="execute-a-statement-without-copy">
+<span id="recipe-postgresql-statement-nocopy"></span><h2>Execute a statement
without COPY<a class="headerlink" href="#execute-a-statement-without-copy"
title="Link to this heading">¶</a></h2>
+<p id="index-5">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_execute_nocopy.py">postgresql_execute_nocopy.py</a></p>
+<p>The ADBC driver tries to execute queries with COPY by default since it is
+faster for large result sets. PostgreSQL does not support <code
class="docutils literal notranslate"><span class="pre">COPY</span></code> for
all
+kinds of queries, however. For example, <code class="docutils literal
notranslate"><span class="pre">SHOW</span></code> queries will not work.
+In this case, you can explicitly disable the <code class="docutils literal
notranslate"><span class="pre">COPY</span></code> optimization.</p>
+<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="linenos">27</span><span
class="kn">import</span><span class="w"> </span><span class="nn">os</span>
+<span class="linenos">28</span>
+<span class="linenos">29</span><span class="kn">import</span><span class="w">
</span><span class="nn">adbc_driver_postgresql.dbapi</span>
+<span class="linenos">30</span>
+<span class="linenos">31</span><span class="n">uri</span> <span
class="o">=</span> <span class="n">os</span><span class="o">.</span><span
class="n">environ</span><span class="p">[</span><span
class="s2">"ADBC_POSTGRESQL_TEST_URI"</span><span class="p">]</span>
+<span class="linenos">32</span><span class="n">conn</span> <span
class="o">=</span> <span class="n">adbc_driver_postgresql</span><span
class="o">.</span><span class="n">dbapi</span><span class="o">.</span><span
class="n">connect</span><span class="p">(</span><span class="n">uri</span><span
class="p">)</span>
+</pre></div>
+</div>
+<p>The option can be set when creating the cursor:</p>
+<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="linenos">36</span><span
class="k">with</span> <span class="n">conn</span><span class="o">.</span><span
class="n">cursor</span><span class="p">(</span>
+<span class="linenos">37</span> <span
class="n">adbc_stmt_kwargs</span><span class="o">=</span><span
class="p">{</span>
+<span class="linenos">38</span> <span
class="n">adbc_driver_postgresql</span><span class="o">.</span><span
class="n">StatementOptions</span><span class="o">.</span><span
class="n">USE_COPY</span><span class="o">.</span><span
class="n">value</span><span class="p">:</span> <span
class="kc">False</span><span class="p">,</span>
+<span class="linenos">39</span> <span class="p">}</span>
+<span class="linenos">40</span><span class="p">)</span> <span
class="k">as</span> <span class="n">cur</span><span class="p">:</span>
+<span class="linenos">41</span> <span class="n">cur</span><span
class="o">.</span><span class="n">execute</span><span class="p">(</span><span
class="s2">"SHOW ALL"</span><span class="p">)</span>
+<span class="linenos">42</span> <span class="nb">print</span><span
class="p">(</span><span class="n">cur</span><span class="o">.</span><span
class="n">fetch_arrow_table</span><span class="p">()</span><span
class="o">.</span><span class="n">schema</span><span class="p">)</span>
+</pre></div>
+</div>
+<p>Or it can be set afterwards:</p>
+<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="linenos">50</span><span
class="k">with</span> <span class="n">conn</span><span class="o">.</span><span
class="n">cursor</span><span class="p">()</span> <span class="k">as</span>
<span class="n">cur</span><span class="p">:</span>
+<span class="linenos">51</span> <span class="n">cur</span><span
class="o">.</span><span class="n">adbc_statement</span><span
class="o">.</span><span class="n">set_options</span><span class="p">(</span>
+<span class="linenos">52</span> <span class="o">**</span><span
class="p">{</span>
+<span class="linenos">53</span> <span
class="n">adbc_driver_postgresql</span><span class="o">.</span><span
class="n">StatementOptions</span><span class="o">.</span><span
class="n">USE_COPY</span><span class="o">.</span><span
class="n">value</span><span class="p">:</span> <span
class="kc">False</span><span class="p">,</span>
+<span class="linenos">54</span> <span class="p">}</span>
+<span class="linenos">55</span> <span class="p">)</span>
+<span class="linenos">56</span> <span class="n">cur</span><span
class="o">.</span><span class="n">execute</span><span class="p">(</span><span
class="s2">"SHOW ALL"</span><span class="p">)</span>
+<span class="linenos">57</span> <span class="nb">print</span><span
class="p">(</span><span class="n">cur</span><span class="o">.</span><span
class="n">fetch_arrow_table</span><span class="p">()</span><span
class="o">.</span><span class="n">schema</span><span class="p">)</span>
+</pre></div>
+</div>
+<p>Without the option, the query fails as the driver attempts to execute the
+query with <code class="docutils literal notranslate"><span
class="pre">COPY</span></code>:</p>
+<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="linenos">66</span><span
class="k">with</span> <span class="n">conn</span><span class="o">.</span><span
class="n">cursor</span><span class="p">()</span> <span class="k">as</span>
<span class="n">cur</span><span class="p">:</span>
+<span class="linenos">67</span> <span class="k">try</span><span
class="p">:</span>
+<span class="linenos">68</span> <span class="n">cur</span><span
class="o">.</span><span class="n">execute</span><span class="p">(</span><span
class="s2">"SHOW ALL"</span><span class="p">)</span>
+<span class="linenos">69</span> <span class="k">except</span> <span
class="n">conn</span><span class="o">.</span><span class="n">Error</span><span
class="p">:</span>
+<span class="linenos">70</span> <span class="k">pass</span>
+<span class="linenos">71</span> <span class="k">else</span><span
class="p">:</span>
+<span class="linenos">72</span> <span class="k">raise</span> <span
class="ne">RuntimeError</span><span class="p">(</span><span
class="s2">"Expected error"</span><span class="p">)</span>
+<span class="linenos">73</span>
+<span class="linenos">74</span><span class="n">conn</span><span
class="o">.</span><span class="n">close</span><span class="p">()</span>
+</pre></div>
+</div>
+<div class="literal-block-wrapper docutils container" id="id2">
+<div class="code-block-caption"><span class="caption-text">stdout</span><a
class="headerlink" href="#id2" title="Link to this code">¶</a></div>
+<div class="highlight-text notranslate"><div
class="highlight"><pre><span></span>name: string
+setting: string
+description: string
+name: string
+setting: string
+description: string
+</pre></div>
+</div>
+</div>
+</section>
<section id="get-the-arrow-schema-of-a-table">
<h2>Get the Arrow schema of a table<a class="headerlink"
href="#get-the-arrow-schema-of-a-table" title="Link to this heading">¶</a></h2>
-<p id="index-5">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_get_table_schema.py">postgresql_get_table_schema.py</a></p>
+<p id="index-6">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_get_table_schema.py">postgresql_get_table_schema.py</a></p>
<p>ADBC lets you get the schema of a table as an Arrow schema.</p>
<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="linenos">24</span><span
class="kn">import</span><span class="w"> </span><span class="nn">os</span>
<span class="linenos">25</span>
@@ -890,7 +951,7 @@ decimals do not map onto Arrow decimals.</p>
</section>
<section id="get-the-arrow-schema-of-a-query">
<h2>Get the Arrow schema of a query<a class="headerlink"
href="#get-the-arrow-schema-of-a-query" title="Link to this heading">¶</a></h2>
-<p id="index-6">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_get_query_schema.py">postgresql_get_query_schema.py</a></p>
+<p id="index-7">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_get_query_schema.py">postgresql_get_query_schema.py</a></p>
<p>ADBC lets you get the schema of a result set, without executing the
query.</p>
<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="linenos">24</span><span
class="kn">import</span><span class="w"> </span><span class="nn">os</span>
<span class="linenos">25</span>
@@ -933,7 +994,7 @@ decimals do not map onto Arrow decimals.</p>
</section>
<section id="list-catalogs-schemas-and-tables">
<h2>List catalogs, schemas, and tables<a class="headerlink"
href="#list-catalogs-schemas-and-tables" title="Link to this heading">¶</a></h2>
-<p id="index-7">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_list_catalogs.py">postgresql_list_catalogs.py</a></p>
+<p id="index-8">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_list_catalogs.py">postgresql_list_catalogs.py</a></p>
<p>ADBC allows listing tables, catalogs, and schemas in the database.</p>
<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="linenos">24</span><span
class="kn">import</span><span class="w"> </span><span class="nn">os</span>
<span class="linenos">25</span>
@@ -977,7 +1038,7 @@ decimals do not map onto Arrow decimals.</p>
</section>
<section id="connection-pooling-with-sqlalchemy">
<h2>Connection pooling with SQLAlchemy<a class="headerlink"
href="#connection-pooling-with-sqlalchemy" title="Link to this
heading">¶</a></h2>
-<p id="index-8">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_pool.py">postgresql_pool.py</a></p>
+<p id="index-9">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_pool.py">postgresql_pool.py</a></p>
<p>ADBC does not implement connection pooling, as this is not generally a
feature of DBAPI drivers. Instead, use a third party connection pool
like the one built into <a class="reference external"
href="https://docs.sqlalchemy.org/en/20/core/pooling.html">SQLAlchemy</a>.</p>
@@ -1026,7 +1087,7 @@ protocol, unlike the underlying ADBC connection.</p>
</section>
<section id="using-pandas-and-adbc">
<h2>Using Pandas and ADBC<a class="headerlink" href="#using-pandas-and-adbc"
title="Link to this heading">¶</a></h2>
-<p id="index-9">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_pandas.py">postgresql_pandas.py</a></p>
+<p id="index-10">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_pandas.py">postgresql_pandas.py</a></p>
<p>ADBC is integrated into <a class="reference external"
href="https://pandas.pydata.org/">pandas</a>, a popular dataframe library.
Pandas can
use ADBC to exchange data with PostgreSQL and other databases. Compared to
using SQLAlchemy or other options, using ADBC with pandas can have better
@@ -1069,7 +1130,7 @@ level API, especially for those already using pandas.</p>
</section>
<section id="using-polars-and-adbc">
<h2>Using Polars and ADBC<a class="headerlink" href="#using-polars-and-adbc"
title="Link to this heading">¶</a></h2>
-<p id="index-10">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_polars.py">postgresql_polars.py</a></p>
+<p id="index-11">Recipe source: <a class="reference external"
href="https://github.com/apache/arrow-adbc/blob/main/docs/source/python/recipe/postgresql_polars.py">postgresql_polars.py</a></p>
<p>ADBC can be used with <a class="reference external"
href="https://pola.rs/">Polars</a>, a dataframe library written in Rust. As per
its documentation:</p>
<blockquote>
@@ -1180,6 +1241,7 @@ United States and other countries.
<li><a class="reference internal"
href="#create-append-to-a-table-from-an-arrow-table">Create/append to a table
from an Arrow table</a></li>
<li><a class="reference internal"
href="#create-append-to-a-temporary-table">Create/append to a temporary
table</a></li>
<li><a class="reference internal"
href="#execute-a-statement-with-bind-parameters">Execute a statement with bind
parameters</a></li>
+<li><a class="reference internal"
href="#execute-a-statement-without-copy">Execute a statement without
COPY</a></li>
<li><a class="reference internal" href="#get-the-arrow-schema-of-a-table">Get
the Arrow schema of a table</a></li>
<li><a class="reference internal" href="#get-the-arrow-schema-of-a-query">Get
the Arrow schema of a query</a></li>
<li><a class="reference internal"
href="#list-catalogs-schemas-and-tables">List catalogs, schemas, and
tables</a></li>
diff --git a/main/r/adbcbigquery/404.html b/main/r/adbcbigquery/404.html
index 699191ada..c5e954539 100644
--- a/main/r/adbcbigquery/404.html
+++ b/main/r/adbcbigquery/404.html
@@ -74,7 +74,7 @@ Content not found. Please use links in the navbar.
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcbigquery/LICENSE.html b/main/r/adbcbigquery/LICENSE.html
index 9dd481991..0cd80f6eb 100644
--- a/main/r/adbcbigquery/LICENSE.html
+++ b/main/r/adbcbigquery/LICENSE.html
@@ -130,7 +130,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcbigquery/authors.html b/main/r/adbcbigquery/authors.html
index 51122ad14..635933822 100644
--- a/main/r/adbcbigquery/authors.html
+++ b/main/r/adbcbigquery/authors.html
@@ -83,7 +83,7 @@ R package version 0.18.0.9000,
https://github.com/apache/arrow-adbc, <a href="ht
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcbigquery/index.html b/main/r/adbcbigquery/index.html
index b4227cc5a..bf9a9e639 100644
--- a/main/r/adbcbigquery/index.html
+++ b/main/r/adbcbigquery/index.html
@@ -156,7 +156,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcbigquery/pkgdown.yml b/main/r/adbcbigquery/pkgdown.yml
index 905a01b3c..552bf8e4e 100644
--- a/main/r/adbcbigquery/pkgdown.yml
+++ b/main/r/adbcbigquery/pkgdown.yml
@@ -1,8 +1,8 @@
pandoc: 3.7.0.1
-pkgdown: 2.1.2
+pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-05-23T14:48Z
+last_built: 2025-05-26T02:21Z
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/adbcbigquery/reference/adbcbigquery-package.html
b/main/r/adbcbigquery/reference/adbcbigquery-package.html
index 0a4e4cb51..095217835 100644
--- a/main/r/adbcbigquery/reference/adbcbigquery-package.html
+++ b/main/r/adbcbigquery/reference/adbcbigquery-package.html
@@ -70,7 +70,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcbigquery/reference/adbcbigquery.html
b/main/r/adbcbigquery/reference/adbcbigquery.html
index 706e6e449..4efde3703 100644
--- a/main/r/adbcbigquery/reference/adbcbigquery.html
+++ b/main/r/adbcbigquery/reference/adbcbigquery.html
@@ -108,7 +108,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcbigquery/reference/index.html
b/main/r/adbcbigquery/reference/index.html
index d1a3a2708..a202bca35 100644
--- a/main/r/adbcbigquery/reference/index.html
+++ b/main/r/adbcbigquery/reference/index.html
@@ -66,7 +66,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/404.html
b/main/r/adbcdrivermanager/404.html
index ebb3c9974..b2b18095d 100644
--- a/main/r/adbcdrivermanager/404.html
+++ b/main/r/adbcdrivermanager/404.html
@@ -74,7 +74,7 @@ Content not found. Please use links in the navbar.
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcdrivermanager/LICENSE.html
b/main/r/adbcdrivermanager/LICENSE.html
index 5c191a51c..d91dc3022 100644
--- a/main/r/adbcdrivermanager/LICENSE.html
+++ b/main/r/adbcdrivermanager/LICENSE.html
@@ -130,7 +130,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/authors.html
b/main/r/adbcdrivermanager/authors.html
index 9a8383647..ea2dcfca1 100644
--- a/main/r/adbcdrivermanager/authors.html
+++ b/main/r/adbcdrivermanager/authors.html
@@ -83,7 +83,7 @@ R package version 0.18.0.9000,
https://github.com/apache/arrow-adbc, <a href="ht
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/index.html
b/main/r/adbcdrivermanager/index.html
index 51f3c9418..5a6d7f937 100644
--- a/main/r/adbcdrivermanager/index.html
+++ b/main/r/adbcdrivermanager/index.html
@@ -170,7 +170,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcdrivermanager/pkgdown.yml
b/main/r/adbcdrivermanager/pkgdown.yml
index 3634bc1b8..ac8e10c2f 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -1,8 +1,8 @@
pandoc: 3.7.0.1
-pkgdown: 2.1.2
+pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-05-23T14:48Z
+last_built: 2025-05-26T02:21Z
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_get_info.html
b/main/r/adbcdrivermanager/reference/adbc_connection_get_info.html
index 6d5fe3dad..fcb684955 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_get_info.html
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_get_info.html
@@ -186,7 +186,7 @@ return a <a
href="https://arrow.apache.org/nanoarrow/latest/r/reference/as_nanoa
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
index 9f8801e01..f11348f21 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
0x5557104379f0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x5633da956d00> </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 0x55570fa773b0> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x5633da530cd0> </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 2</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$
driver_init_func:Class 'adbc_driver_init_func' <externalptr> </span>
@@ -124,7 +124,7 @@ finer-grained control over behaviour at the R
level.</p></dd>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_join.html
b/main/r/adbcdrivermanager/reference/adbc_connection_join.html
index 9ec5243f5..45613c682 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_join.html
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_join.html
@@ -125,7 +125,7 @@ These functions will invalidate all references to the
previous R object.</p>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.html
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index e54324226..5177d0202 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
0x55570fc89320> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x5633daa4b3b0> </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 2</span>
<span class="r-out co"><span class="r-pr">#></span> ..$
driver_init_func:Class 'adbc_driver_init_func' <externalptr> </span>
@@ -121,7 +121,7 @@ finer-grained control over behaviour at the R
level.</p></dd>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/adbc_driver_log.html
b/main/r/adbcdrivermanager/reference/adbc_driver_log.html
index 3cf02c987..058e7e91a 100644
--- a/main/r/adbcdrivermanager/reference/adbc_driver_log.html
+++ b/main/r/adbcdrivermanager/reference/adbc_driver_log.html
@@ -97,7 +97,7 @@ be considered stable and may change in future releases.</p>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/adbc_driver_monkey.html
b/main/r/adbcdrivermanager/reference/adbc_driver_monkey.html
index 529396a4f..237b8c567 100644
--- a/main/r/adbcdrivermanager/reference/adbc_driver_monkey.html
+++ b/main/r/adbcdrivermanager/reference/adbc_driver_monkey.html
@@ -110,7 +110,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/adbc_driver_void.html
b/main/r/adbcdrivermanager/reference/adbc_driver_void.html
index 7b7cc6b5a..cb5a5b99a 100644
--- a/main/r/adbcdrivermanager/reference/adbc_driver_void.html
+++ b/main/r/adbcdrivermanager/reference/adbc_driver_void.html
@@ -103,7 +103,7 @@ behaviour at the R level.</p></dd>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git
a/main/r/adbcdrivermanager/reference/adbc_error_from_array_stream.html
b/main/r/adbcdrivermanager/reference/adbc_error_from_array_stream.html
index 9e54cd447..a767e0fba 100644
--- a/main/r/adbcdrivermanager/reference/adbc_error_from_array_stream.html
+++ b/main/r/adbcdrivermanager/reference/adbc_error_from_array_stream.html
@@ -89,7 +89,7 @@ status code and second element is the <code>adbc_error</code>
object. The
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index dae8f3f18..30fb19da3 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
0x55570f35e490> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x5633dad721d0> </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 0x55570ee59d50> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x5633da631600> </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 0x55570fbe6310> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x5633dae36560> </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 2</span>
<span class="r-out co"><span class="r-pr">#></span> .. .. ..$
driver_init_func:Class 'adbc_driver_init_func' <externalptr> </span>
@@ -127,7 +127,7 @@ finer-grained control over behaviour at the R
level.</p></dd>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git
a/main/r/adbcdrivermanager/reference/adbc_statement_set_sql_query.html
b/main/r/adbcdrivermanager/reference/adbc_statement_set_sql_query.html
index e026173d6..c29dd9fa1 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_set_sql_query.html
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_set_sql_query.html
@@ -139,7 +139,7 @@ return <code>statement</code>, invisibly.</p></li>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/adbc_xptr_move.html
b/main/r/adbcdrivermanager/reference/adbc_xptr_move.html
index 5e422a7c9..30e652731 100644
--- a/main/r/adbcdrivermanager/reference/adbc_xptr_move.html
+++ b/main/r/adbcdrivermanager/reference/adbc_xptr_move.html
@@ -124,7 +124,7 @@ has been invalidated.</p></li>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/adbcdrivermanager-package.html
b/main/r/adbcdrivermanager/reference/adbcdrivermanager-package.html
index 8cc4789e9..d0007fb39 100644
--- a/main/r/adbcdrivermanager/reference/adbcdrivermanager-package.html
+++ b/main/r/adbcdrivermanager/reference/adbcdrivermanager-package.html
@@ -70,7 +70,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/index.html
b/main/r/adbcdrivermanager/reference/index.html
index 178714b5d..e7fd15c40 100644
--- a/main/r/adbcdrivermanager/reference/index.html
+++ b/main/r/adbcdrivermanager/reference/index.html
@@ -138,7 +138,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/read_adbc.html
b/main/r/adbcdrivermanager/reference/read_adbc.html
index c0262a363..a741a18f7 100644
--- a/main/r/adbcdrivermanager/reference/read_adbc.html
+++ b/main/r/adbcdrivermanager/reference/read_adbc.html
@@ -181,7 +181,7 @@ is not compatible or append otherwise).</p></dd>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/reference/with_adbc.html
b/main/r/adbcdrivermanager/reference/with_adbc.html
index 37f1c242c..e47f8accc 100644
--- a/main/r/adbcdrivermanager/reference/with_adbc.html
+++ b/main/r/adbcdrivermanager/reference/with_adbc.html
@@ -139,7 +139,7 @@ the output stream.</p>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcdrivermanager/search.json
b/main/r/adbcdrivermanager/search.json
index 863b88e9f..4c2385172 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/404.html b/main/r/adbcflightsql/404.html
index 4302968a7..231ebfedf 100644
--- a/main/r/adbcflightsql/404.html
+++ b/main/r/adbcflightsql/404.html
@@ -74,7 +74,7 @@ Content not found. Please use links in the navbar.
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcflightsql/LICENSE.html
b/main/r/adbcflightsql/LICENSE.html
index c31b0e3f6..72af58b20 100644
--- a/main/r/adbcflightsql/LICENSE.html
+++ b/main/r/adbcflightsql/LICENSE.html
@@ -130,7 +130,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcflightsql/authors.html
b/main/r/adbcflightsql/authors.html
index 86dc8bd66..cf62a2992 100644
--- a/main/r/adbcflightsql/authors.html
+++ b/main/r/adbcflightsql/authors.html
@@ -83,7 +83,7 @@ R package version 0.18.0.9000,
https://github.com/apache/arrow-adbc, <a href="ht
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcflightsql/index.html b/main/r/adbcflightsql/index.html
index c103f0686..e76e49cff 100644
--- a/main/r/adbcflightsql/index.html
+++ b/main/r/adbcflightsql/index.html
@@ -167,7 +167,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcflightsql/pkgdown.yml b/main/r/adbcflightsql/pkgdown.yml
index c31d8b9b0..912272256 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -1,8 +1,8 @@
pandoc: 3.7.0.1
-pkgdown: 2.1.2
+pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-05-23T14:48Z
+last_built: 2025-05-26T02:21Z
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/adbcflightsql/reference/adbcflightsql-package.html
b/main/r/adbcflightsql/reference/adbcflightsql-package.html
index 6612551ef..6817d3eb0 100644
--- a/main/r/adbcflightsql/reference/adbcflightsql-package.html
+++ b/main/r/adbcflightsql/reference/adbcflightsql-package.html
@@ -70,7 +70,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcflightsql/reference/adbcflightsql.html
b/main/r/adbcflightsql/reference/adbcflightsql.html
index 3af0da92e..26b743896 100644
--- a/main/r/adbcflightsql/reference/adbcflightsql.html
+++ b/main/r/adbcflightsql/reference/adbcflightsql.html
@@ -126,7 +126,7 @@ autocommit behaviour.</p></dd>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcflightsql/reference/index.html
b/main/r/adbcflightsql/reference/index.html
index e820cef26..444bf4d76 100644
--- a/main/r/adbcflightsql/reference/index.html
+++ b/main/r/adbcflightsql/reference/index.html
@@ -66,7 +66,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcpostgresql/404.html b/main/r/adbcpostgresql/404.html
index 4b11033ec..1a085f6e2 100644
--- a/main/r/adbcpostgresql/404.html
+++ b/main/r/adbcpostgresql/404.html
@@ -74,7 +74,7 @@ Content not found. Please use links in the navbar.
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcpostgresql/LICENSE.html
b/main/r/adbcpostgresql/LICENSE.html
index 6e8baf904..a7b1c94a2 100644
--- a/main/r/adbcpostgresql/LICENSE.html
+++ b/main/r/adbcpostgresql/LICENSE.html
@@ -130,7 +130,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcpostgresql/authors.html
b/main/r/adbcpostgresql/authors.html
index 1564f6f0f..29df9055a 100644
--- a/main/r/adbcpostgresql/authors.html
+++ b/main/r/adbcpostgresql/authors.html
@@ -83,7 +83,7 @@ R package version 0.18.0.9000,
https://github.com/apache/arrow-adbc, <a href="ht
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcpostgresql/index.html b/main/r/adbcpostgresql/index.html
index e117da204..6ea8736ab 100644
--- a/main/r/adbcpostgresql/index.html
+++ b/main/r/adbcpostgresql/index.html
@@ -169,7 +169,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcpostgresql/pkgdown.yml
b/main/r/adbcpostgresql/pkgdown.yml
index 8a28e47d9..e8321048c 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -1,8 +1,8 @@
pandoc: 3.7.0.1
-pkgdown: 2.1.2
+pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-05-23T14:48Z
+last_built: 2025-05-26T02:21Z
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-package.html
b/main/r/adbcpostgresql/reference/adbcpostgresql-package.html
index 11bc8c54a..d3d8298e4 100644
--- a/main/r/adbcpostgresql/reference/adbcpostgresql-package.html
+++ b/main/r/adbcpostgresql/reference/adbcpostgresql-package.html
@@ -70,7 +70,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcpostgresql/reference/adbcpostgresql.html
b/main/r/adbcpostgresql/reference/adbcpostgresql.html
index 5fbb262c6..f99244f00 100644
--- a/main/r/adbcpostgresql/reference/adbcpostgresql.html
+++ b/main/r/adbcpostgresql/reference/adbcpostgresql.html
@@ -127,7 +127,7 @@ autocommit behaviour.</p></dd>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcpostgresql/reference/index.html
b/main/r/adbcpostgresql/reference/index.html
index c5f1ba1d7..bfd236407 100644
--- a/main/r/adbcpostgresql/reference/index.html
+++ b/main/r/adbcpostgresql/reference/index.html
@@ -66,7 +66,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsnowflake/404.html b/main/r/adbcsnowflake/404.html
index 70848f714..40ac16cea 100644
--- a/main/r/adbcsnowflake/404.html
+++ b/main/r/adbcsnowflake/404.html
@@ -74,7 +74,7 @@ Content not found. Please use links in the navbar.
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcsnowflake/LICENSE.html
b/main/r/adbcsnowflake/LICENSE.html
index cbb7c6a60..d3d187e84 100644
--- a/main/r/adbcsnowflake/LICENSE.html
+++ b/main/r/adbcsnowflake/LICENSE.html
@@ -130,7 +130,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsnowflake/authors.html
b/main/r/adbcsnowflake/authors.html
index 0eae63a93..ecec51885 100644
--- a/main/r/adbcsnowflake/authors.html
+++ b/main/r/adbcsnowflake/authors.html
@@ -83,7 +83,7 @@ R package version 0.18.0.9000,
https://github.com/apache/arrow-adbc, <a href="ht
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsnowflake/index.html b/main/r/adbcsnowflake/index.html
index a0538fd68..3e104c8a5 100644
--- a/main/r/adbcsnowflake/index.html
+++ b/main/r/adbcsnowflake/index.html
@@ -154,7 +154,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcsnowflake/pkgdown.yml b/main/r/adbcsnowflake/pkgdown.yml
index d64fb70f9..a9c80be4f 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -1,8 +1,8 @@
pandoc: 3.7.0.1
-pkgdown: 2.1.2
+pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-05-23T14:48Z
+last_built: 2025-05-26T02:21Z
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/adbcsnowflake/reference/adbcsnowflake-package.html
b/main/r/adbcsnowflake/reference/adbcsnowflake-package.html
index 02e0d07e2..93101dc91 100644
--- a/main/r/adbcsnowflake/reference/adbcsnowflake-package.html
+++ b/main/r/adbcsnowflake/reference/adbcsnowflake-package.html
@@ -70,7 +70,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsnowflake/reference/adbcsnowflake.html
b/main/r/adbcsnowflake/reference/adbcsnowflake.html
index 0e44eaca5..3816c397d 100644
--- a/main/r/adbcsnowflake/reference/adbcsnowflake.html
+++ b/main/r/adbcsnowflake/reference/adbcsnowflake.html
@@ -126,7 +126,7 @@ autocommit behaviour.</p></dd>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsnowflake/reference/index.html
b/main/r/adbcsnowflake/reference/index.html
index 7d0de1268..141ca76c4 100644
--- a/main/r/adbcsnowflake/reference/index.html
+++ b/main/r/adbcsnowflake/reference/index.html
@@ -66,7 +66,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsqlite/404.html b/main/r/adbcsqlite/404.html
index 552742c38..1637f2b49 100644
--- a/main/r/adbcsqlite/404.html
+++ b/main/r/adbcsqlite/404.html
@@ -74,7 +74,7 @@ Content not found. Please use links in the navbar.
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcsqlite/LICENSE.html b/main/r/adbcsqlite/LICENSE.html
index 208cdd0d0..d24afb565 100644
--- a/main/r/adbcsqlite/LICENSE.html
+++ b/main/r/adbcsqlite/LICENSE.html
@@ -130,7 +130,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsqlite/authors.html b/main/r/adbcsqlite/authors.html
index d0d832621..12dd8c3b2 100644
--- a/main/r/adbcsqlite/authors.html
+++ b/main/r/adbcsqlite/authors.html
@@ -83,7 +83,7 @@ R package version 0.18.0.9000,
https://github.com/apache/arrow-adbc, <a href="ht
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsqlite/index.html b/main/r/adbcsqlite/index.html
index 8cf0b7fad..047fa2607 100644
--- a/main/r/adbcsqlite/index.html
+++ b/main/r/adbcsqlite/index.html
@@ -170,7 +170,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer>
diff --git a/main/r/adbcsqlite/pkgdown.yml b/main/r/adbcsqlite/pkgdown.yml
index 173c3153c..1d8b83b2f 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -1,8 +1,8 @@
pandoc: 3.7.0.1
-pkgdown: 2.1.2
+pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-05-23T14:48Z
+last_built: 2025-05-26T02:21Z
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-package.html
b/main/r/adbcsqlite/reference/adbcsqlite-package.html
index 8fa052672..575fd64ae 100644
--- a/main/r/adbcsqlite/reference/adbcsqlite-package.html
+++ b/main/r/adbcsqlite/reference/adbcsqlite-package.html
@@ -70,7 +70,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsqlite/reference/adbcsqlite.html
b/main/r/adbcsqlite/reference/adbcsqlite.html
index d99942f63..ed59f9706 100644
--- a/main/r/adbcsqlite/reference/adbcsqlite.html
+++ b/main/r/adbcsqlite/reference/adbcsqlite.html
@@ -131,7 +131,7 @@ autocommit behaviour.</p></dd>
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/r/adbcsqlite/reference/index.html
b/main/r/adbcsqlite/reference/index.html
index b7da1854b..e109da22f 100644
--- a/main/r/adbcsqlite/reference/index.html
+++ b/main/r/adbcsqlite/reference/index.html
@@ -66,7 +66,7 @@
</div>
<div class="pkgdown-footer-right">
- <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.2.</p>
+ <p>Site built with <a href="https://pkgdown.r-lib.org/"
class="external-link">pkgdown</a> 2.1.3.</p>
</div>
</footer></div>
diff --git a/main/searchindex.js b/main/searchindex.js
index a4cd5bb8a..637193044 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"ADBC API Standard":[[25,null]],"API
Reference":[[3,"api-reference"],[30,"api-reference"],[38,"api-reference"]],"And
then what is the \u201cADBC JDBC
driver\u201d?":[[21,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow
ADBC":[[28,null]],"Arrow type to PostgreSQL type
mapping":[[17,"id5"]],"Authenticate with a username and
password":[[44,"authenticate-with-a-username-and-password"]],"Authentication":[[14,"authentication"],[18,"authentication"]],"Autoco
[...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"ADBC API Standard":[[25,null]],"API
Reference":[[3,"api-reference"],[30,"api-reference"],[38,"api-reference"]],"And
then what is the \u201cADBC JDBC
driver\u201d?":[[21,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow
ADBC":[[28,null]],"Arrow type to PostgreSQL type
mapping":[[17,"id5"]],"Authenticate with a username and
password":[[44,"authenticate-with-a-username-and-password"]],"Authentication":[[14,"authentication"],[18,"authentication"]],"Autoco
[...]
\ No newline at end of file