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 d42810226 publish documentation
d42810226 is described below
commit d42810226c407127a187e6a99638a013da2a742d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 24 14:41:06 2025 +0000
publish documentation
---
main/driver/flight_sql.html | 2 +-
main/driver/postgresql.html | 2 +-
main/format/related_work.html | 6 +++---
main/format/specification.html | 2 +-
main/glossary.html | 2 +-
main/python/api/adbc_driver_manager.html | 18 +++++++++---------
main/python/recipe/postgresql.html | 6 +++---
main/r/adbcbigquery/pkgdown.yml | 2 +-
main/r/adbcdrivermanager/pkgdown.yml | 2 +-
.../reference/adbc_connection_init.html | 4 ++--
.../reference/adbc_database_init.html | 2 +-
.../reference/adbc_statement_init.html | 6 +++---
main/r/adbcdrivermanager/search.json | 2 +-
main/r/adbcflightsql/pkgdown.yml | 2 +-
main/r/adbcpostgresql/pkgdown.yml | 2 +-
main/r/adbcsnowflake/pkgdown.yml | 2 +-
main/r/adbcsqlite/pkgdown.yml | 2 +-
17 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/main/driver/flight_sql.html b/main/driver/flight_sql.html
index 81202c56f..fc37862f3 100644
--- a/main/driver/flight_sql.html
+++ b/main/driver/flight_sql.html
@@ -401,7 +401,7 @@
<p><span class="sd-sphinx-override sd-badge sd-bg-primary
sd-bg-text-primary">Language: Go</span>
<a class="sd-sphinx-override sd-badge sd-bg-success sd-bg-text-success
reference internal" href="status.html#driver-status"><span class="std
std-ref">Status: Stable</span></a></p>
<p>The Flight SQL Driver provides access to any database implementing a
-<a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v21.0.0)"><span>Arrow Flight SQL</span></a> compatible endpoint.</p>
+<a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v22.0.0)"><span>Arrow Flight SQL</span></a> compatible endpoint.</p>
<section id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Link to this
heading">¶</a></h2>
<div class="sd-tab-set docutils">
diff --git a/main/driver/postgresql.html b/main/driver/postgresql.html
index 34f0199ba..88baf60ca 100644
--- a/main/driver/postgresql.html
+++ b/main/driver/postgresql.html
@@ -738,7 +738,7 @@ the case.</p>
<p>Types without direct Arrow equivalents can still be returned by the driver.
In this case, the Arrow type will be binary, and the contents will be the raw
bytes as provided by the PostgreSQL wire protocol.</p>
-<p>For Arrow implementations that support the <a class="reference external"
href="https://arrow.apache.org/docs/format/CanonicalExtensions.html" title="(in
Apache Arrow v21.0.0)"><span class="xref std std-doc">Opaque canonical
+<p>For Arrow implementations that support the <a class="reference external"
href="https://arrow.apache.org/docs/format/CanonicalExtensions.html" title="(in
Apache Arrow v22.0.0)"><span class="xref std std-doc">Opaque canonical
extension type</span></a>, the extension type metadata is
also always present. This helps differentiate when the driver intentionally
returned a binary column from when it returned a binary column as a
fallback.</p>
diff --git a/main/format/related_work.html b/main/format/related_work.html
index c7f62ae4f..3db8933ec 100644
--- a/main/format/related_work.html
+++ b/main/format/related_work.html
@@ -404,7 +404,7 @@ descriptions are only kept up-to-date on a best-effort
basis.</p>
<section id="preexisting-database-client-apis">
<h2>Preexisting database client APIs<a class="headerlink"
href="#preexisting-database-client-apis" title="Link to this heading">¶</a></h2>
<dl class="simple">
-<dt><a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v21.0.0)"><span class="xref std std-doc">Arrow Flight
SQL</span></a></dt><dd><p>A standard building on top of Arrow Flight, defining
how to use
+<dt><a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v22.0.0)"><span class="xref std std-doc">Arrow Flight
SQL</span></a></dt><dd><p>A standard building on top of Arrow Flight, defining
how to use
Flight to talk to databases, retrieve metadata, execute queries, and
so on. Provides a single client in C++ and Java language that talks
to any database servers implementing the protocol. Models its API
@@ -437,11 +437,11 @@ implement.</p>
<p>These are libraries which either 1) implement columnar data access for
a particular system; or 2) could be used to implement such access.</p>
<dl class="simple">
-<dt><a class="reference external"
href="https://arrow.apache.org/docs/format/Flight.html" title="(in Apache Arrow
v21.0.0)"><span class="xref std std-doc">Arrow Flight</span></a></dt><dd><p>An
RPC framework optimized for transferring Arrow record batches,
+<dt><a class="reference external"
href="https://arrow.apache.org/docs/format/Flight.html" title="(in Apache Arrow
v22.0.0)"><span class="xref std std-doc">Arrow Flight</span></a></dt><dd><p>An
RPC framework optimized for transferring Arrow record batches,
with application-specific extension points but without any higher
level semantics.</p>
</dd>
-<dt><a class="reference external"
href="https://arrow.apache.org/docs/java/jdbc.html" title="(in Apache Arrow
v21.0.0)"><span class="xref std std-doc">Arrow JDBC</span></a></dt><dd><p>A
Java submodule, part of Arrow/Java, that uses the JDBC API to
+<dt><a class="reference external"
href="https://arrow.apache.org/docs/java/jdbc.html" title="(in Apache Arrow
v22.0.0)"><span class="xref std std-doc">Arrow JDBC</span></a></dt><dd><p>A
Java submodule, part of Arrow/Java, that uses the JDBC API to
produce Arrow data. Internally, it can read data only row-at-a-time.</p>
</dd>
<dt><a class="reference external"
href="https://github.com/pacman82/arrow-odbc">arrow-odbc</a></dt><dd><p>A Rust
community project that uses the ODBC API to produce Arrow
diff --git a/main/format/specification.html b/main/format/specification.html
index 0ef498602..fd6850c7c 100644
--- a/main/format/specification.html
+++ b/main/format/specification.html
@@ -559,7 +559,7 @@ RecordBatchReader.</span><a class="headerlink" href="#id2"
title="Link to this i
<img alt="../_images/AdbcStatementPartitioned.mmd.svg"
src="../_images/AdbcStatementPartitioned.mmd.svg" />
<figcaption>
<p><span class="caption-text">This is similar to fetching data in Arrow Flight
RPC (by design). See
-<a class="reference external"
href="https://arrow.apache.org/docs/format/Flight.html" title="(in Apache Arrow
v21.0.0)"><span class="xref std std-doc">“Downloading
Data”</span></a>.</span><a class="headerlink" href="#id5" title="Link to this
image">¶</a></p>
+<a class="reference external"
href="https://arrow.apache.org/docs/format/Flight.html" title="(in Apache Arrow
v22.0.0)"><span class="xref std std-doc">“Downloading
Data”</span></a>.</span><a class="headerlink" href="#id5" title="Link to this
image">¶</a></p>
</figcaption>
</figure>
</section>
diff --git a/main/glossary.html b/main/glossary.html
index a9a80d737..a63c28e24 100644
--- a/main/glossary.html
+++ b/main/glossary.html
@@ -400,7 +400,7 @@
<h1>Glossary<a class="headerlink" href="#glossary" title="Link to this
heading">¶</a></h1>
<dl class="glossary">
<dt id="term-Arrow-Flight-SQL">Arrow Flight SQL<a class="headerlink"
href="#term-Arrow-Flight-SQL" title="Link to this term">¶</a></dt><dd><p>A <a
class="reference internal" href="#term-wire-protocol"><span class="xref std
std-term">wire protocol</span></a> for data systems that uses Apache Arrow.
-See the <a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v21.0.0)"><span class="xref std std-doc">specification</span></a>.</p>
+See the <a class="reference external"
href="https://arrow.apache.org/docs/format/FlightSql.html" title="(in Apache
Arrow v22.0.0)"><span class="xref std std-doc">specification</span></a>.</p>
</dd>
<dt id="term-client-API">client API<a class="headerlink"
href="#term-client-API" title="Link to this term">¶</a></dt><dd><p>The API that
an application uses to interact with a database. May
abstract over the underlying <a class="reference internal"
href="#term-wire-protocol"><span class="xref std std-term">wire
protocol</span></a> and other details.
diff --git a/main/python/api/adbc_driver_manager.html
b/main/python/api/adbc_driver_manager.html
index 4c2a15e4f..5b3b1ba98 100644
--- a/main/python/api/adbc_driver_manager.html
+++ b/main/python/api/adbc_driver_manager.html
@@ -1649,7 +1649,7 @@ cannot be disabled.</p>
<dl class="py method">
<dt class="sig sig-object py"
id="adbc_driver_manager.dbapi.Connection.adbc_get_objects">
-<span class="sig-name descname"><span
class="pre">adbc_get_objects</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="keyword-only-separator o"><abbr
title="Keyword-only parameters separator (PEP 3102)"><span
class="pre">*</span></abbr></span></em>, <em class="sig-param"><span
class="n"><span class="pre">depth</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a
class="reference external" href="https://docs. [...]
+<span class="sig-name descname"><span
class="pre">adbc_get_objects</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="keyword-only-separator o"><abbr
title="Keyword-only parameters separator (PEP 3102)"><span
class="pre">*</span></abbr></span></em>, <em class="sig-param"><span
class="n"><span class="pre">depth</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a
class="reference external" href="https://docs. [...]
<dd><p>List catalogs, schemas, tables, etc. in the database.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
@@ -1675,7 +1675,7 @@ cannot be disabled.</p>
<dl class="py method">
<dt class="sig sig-object py"
id="adbc_driver_manager.dbapi.Connection.adbc_get_table_schema">
-<span class="sig-name descname"><span
class="pre">adbc_get_table_schema</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">table_name</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a
class="reference external"
href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python
v3.14)"><span class="pre">str</span></a></span></em>, <em
class="sig-param"><span class="keyword-on [...]
+<span class="sig-name descname"><span
class="pre">adbc_get_table_schema</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">table_name</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a
class="reference external"
href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python
v3.14)"><span class="pre">str</span></a></span></em>, <em
class="sig-param"><span class="keyword-on [...]
<dd><p>Get the Arrow schema of a table by name.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
@@ -1860,7 +1860,7 @@ connections.</p>
<dl class="py method">
<dt class="sig sig-object py"
id="adbc_driver_manager.dbapi.Cursor.adbc_execute_partitions">
-<span class="sig-name descname"><span
class="pre">adbc_execute_partitions</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">operation</span></span></em>, <em class="sig-param"><span
class="n"><span class="pre">parameters</span></span><span class="o"><span
class="pre">=</span></span><span class="default_value"><span
class="pre">None</span></span></em><span class="sig-paren">)</span> <span
class="sig-return"><span class="sig-return-icon">& [...]
+<span class="sig-name descname"><span
class="pre">adbc_execute_partitions</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">operation</span></span></em>, <em class="sig-param"><span
class="n"><span class="pre">parameters</span></span><span class="o"><span
class="pre">=</span></span><span class="default_value"><span
class="pre">None</span></span></em><span class="sig-paren">)</span> <span
class="sig-return"><span class="sig-return-icon">& [...]
<dd><p>Execute a query and get the partitions of a distributed result set.</p>
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
@@ -1880,7 +1880,7 @@ execution is enabled and the server has not returned a
schema.</p>
<dl class="py method">
<dt class="sig sig-object py"
id="adbc_driver_manager.dbapi.Cursor.adbc_execute_schema">
-<span class="sig-name descname"><span
class="pre">adbc_execute_schema</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">operation</span></span></em>, <em class="sig-param"><span
class="n"><span class="pre">parameters</span></span><span class="o"><span
class="pre">=</span></span><span class="default_value"><span
class="pre">None</span></span></em><span class="sig-paren">)</span> <span
class="sig-return"><span class="sig-return-icon">! [...]
+<span class="sig-name descname"><span
class="pre">adbc_execute_schema</span></span><span
class="sig-paren">(</span><em class="sig-param"><span class="n"><span
class="pre">operation</span></span></em>, <em class="sig-param"><span
class="n"><span class="pre">parameters</span></span><span class="o"><span
class="pre">=</span></span><span class="default_value"><span
class="pre">None</span></span></em><span class="sig-paren">)</span> <span
class="sig-return"><span class="sig-return-icon">! [...]
<dd><p>Get the schema of the result set of a query without executing it.</p>
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
@@ -1896,7 +1896,7 @@ execution is enabled and the server has not returned a
schema.</p>
<dl class="py method">
<dt class="sig sig-object py"
id="adbc_driver_manager.dbapi.Cursor.adbc_ingest">
-<span class="sig-name descname"><span
class="pre">adbc_ingest</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="n"><span
class="pre">table_name</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a
class="reference external"
href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python
v3.14)"><span class="pre">str</span></a></span></em>, <em
class="sig-param"><span class="n"><span class="pre" [...]
+<span class="sig-name descname"><span
class="pre">adbc_ingest</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="n"><span
class="pre">table_name</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a
class="reference external"
href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python
v3.14)"><span class="pre">str</span></a></span></em>, <em
class="sig-param"><span class="n"><span class="pre" [...]
<dd><p>Ingest Arrow data into a database table.</p>
<p>Depending on the driver, this can avoid per-row overhead that
would result from a typical prepare-bind-insert loop.</p>
@@ -1945,7 +1945,7 @@ provide this information.</p>
<dl class="py method">
<dt class="sig sig-object py"
id="adbc_driver_manager.dbapi.Cursor.adbc_prepare">
-<span class="sig-name descname"><span
class="pre">adbc_prepare</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="n"><span
class="pre">operation</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a
class="reference external"
href="https://docs.python.org/3/library/stdtypes.html#bytes" title="(in Python
v3.14)"><span class="pre">bytes</span></a><span class="w"> </span><span
class="p"><span class="pre">|</span [...]
+<span class="sig-name descname"><span
class="pre">adbc_prepare</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="n"><span
class="pre">operation</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a
class="reference external"
href="https://docs.python.org/3/library/stdtypes.html#bytes" title="(in Python
v3.14)"><span class="pre">bytes</span></a><span class="w"> </span><span
class="p"><span class="pre">|</span [...]
<dd><p>Prepare a query without executing it.</p>
<p>To execute the query afterwards, call <a class="reference internal"
href="#adbc_driver_manager.dbapi.Cursor.execute"
title="adbc_driver_manager.dbapi.Cursor.execute"><code class="xref py py-meth
docutils literal notranslate"><span class="pre">execute()</span></code></a> or
<a class="reference internal"
href="#adbc_driver_manager.dbapi.Cursor.executemany"
title="adbc_driver_manager.dbapi.Cursor.executemany"><code class="xref py
py-meth docutils literal notranslate"><span
class="pre">executemany()</span></code></a> with the same query. This will not
@@ -2090,7 +2090,7 @@ inspect the data may not be called.</p>
<dl class="py method">
<dt class="sig sig-object py"
id="adbc_driver_manager.dbapi.Cursor.fetch_arrow_table">
-<span class="sig-name descname"><span
class="pre">fetch_arrow_table</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span> <span
class="sig-return"><span class="sig-return-icon">→</span> <span
class="sig-return-typehint"><a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table"
title="(in Apache Arrow v21.0.0)"><span
class="pre">Table</span></a></span></span><a class="headerlink"
href="#adbc_driver_m [...]
+<span class="sig-name descname"><span
class="pre">fetch_arrow_table</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span> <span
class="sig-return"><span class="sig-return-icon">→</span> <span
class="sig-return-typehint"><a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table"
title="(in Apache Arrow v22.0.0)"><span
class="pre">Table</span></a></span></span><a class="headerlink"
href="#adbc_driver_m [...]
<dd><p>Fetch all rows of the result as a PyArrow Table.</p>
<p>This implements a similar API as DuckDB.</p>
<p class="rubric">Notes</p>
@@ -2116,7 +2116,7 @@ inspect the data may not be called.</p>
<dl class="py method">
<dt class="sig sig-object py"
id="adbc_driver_manager.dbapi.Cursor.fetch_record_batch">
-<span class="sig-name descname"><span
class="pre">fetch_record_batch</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span> <span
class="sig-return"><span class="sig-return-icon">→</span> <span
class="sig-return-typehint"><a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatchReader.html#pyarrow.RecordBatchReader"
title="(in Apache Arrow v21.0.0)"><span
class="pre">RecordBatchReader</span></a></span></span><a cl [...]
+<span class="sig-name descname"><span
class="pre">fetch_record_batch</span></span><span
class="sig-paren">(</span><span class="sig-paren">)</span> <span
class="sig-return"><span class="sig-return-icon">→</span> <span
class="sig-return-typehint"><a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatchReader.html#pyarrow.RecordBatchReader"
title="(in Apache Arrow v22.0.0)"><span
class="pre">RecordBatchReader</span></a></span></span><a cl [...]
<dd><p>Fetch the result as a PyArrow RecordBatchReader.</p>
<p>This implements a similar API as DuckDB:
<a class="reference external"
href="https://duckdb.org/docs/guides/python/export_arrow.html#export-as-a-recordbatchreader">https://duckdb.org/docs/guides/python/export_arrow.html#export-as-a-recordbatchreader</a></p>
@@ -2132,7 +2132,7 @@ inspect the data may not be called.</p>
<dl class="py method">
<dt class="sig sig-object py"
id="adbc_driver_manager.dbapi.Cursor.fetchallarrow">
-<span class="sig-name descname"><span
class="pre">fetchallarrow</span></span><span class="sig-paren">(</span><span
class="sig-paren">)</span> <span class="sig-return"><span
class="sig-return-icon">→</span> <span class="sig-return-typehint"><a
class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table"
title="(in Apache Arrow v21.0.0)"><span
class="pre">Table</span></a></span></span><a class="headerlink"
href="#adbc_driver_manag [...]
+<span class="sig-name descname"><span
class="pre">fetchallarrow</span></span><span class="sig-paren">(</span><span
class="sig-paren">)</span> <span class="sig-return"><span
class="sig-return-icon">→</span> <span class="sig-return-typehint"><a
class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table"
title="(in Apache Arrow v22.0.0)"><span
class="pre">Table</span></a></span></span><a class="headerlink"
href="#adbc_driver_manag [...]
<dd><p>Fetch all rows of the result as a PyArrow Table.</p>
<p>This implements a similar API as turbodbc.</p>
<p class="rubric">Notes</p>
diff --git a/main/python/recipe/postgresql.html
b/main/python/recipe/postgresql.html
index 0db56f8f3..d86c1956e 100644
--- a/main/python/recipe/postgresql.html
+++ b/main/python/recipe/postgresql.html
@@ -550,10 +550,10 @@ to use don’t exist.</p>
</section>
<section id="loading-csv-files-into-postgresql">
<h3>Loading CSV Files into PostgreSQL<a class="headerlink"
href="#loading-csv-files-into-postgresql" title="Link to this
heading">¶</a></h3>
-<p>We can directly pass a <a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatchReader.html#pyarrow.RecordBatchReader"
title="(in Apache Arrow v21.0.0)"><code class="xref py py-class docutils
literal notranslate"><span
class="pre">pyarrow.RecordBatchReader</span></code></a> (from
+<p>We can directly pass a <a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatchReader.html#pyarrow.RecordBatchReader"
title="(in Apache Arrow v22.0.0)"><code class="xref py py-class docutils
literal notranslate"><span
class="pre">pyarrow.RecordBatchReader</span></code></a> (from
<code class="docutils literal notranslate"><span
class="pre">open_csv</span></code>) to <code class="docutils literal
notranslate"><span class="pre">adbc_ingest</span></code>. We can also pass a
-<a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Dataset.html#pyarrow.dataset.Dataset"
title="(in Apache Arrow v21.0.0)"><code class="xref py py-class docutils
literal notranslate"><span
class="pre">pyarrow.dataset.Dataset</span></code></a>, or a
-<a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Scanner.html#pyarrow.dataset.Scanner"
title="(in Apache Arrow v21.0.0)"><code class="xref py py-class docutils
literal notranslate"><span
class="pre">pyarrow.dataset.Scanner</span></code></a>.</p>
+<a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Dataset.html#pyarrow.dataset.Dataset"
title="(in Apache Arrow v22.0.0)"><code class="xref py py-class docutils
literal notranslate"><span
class="pre">pyarrow.dataset.Dataset</span></code></a>, or a
+<a class="reference external"
href="https://arrow.apache.org/docs/python/generated/pyarrow.dataset.Scanner.html#pyarrow.dataset.Scanner"
title="(in Apache Arrow v22.0.0)"><code class="xref py py-class docutils
literal notranslate"><span
class="pre">pyarrow.dataset.Scanner</span></code></a>.</p>
<div class="highlight-python notranslate"><div
class="highlight"><pre><span></span><span class="linenos">112</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">113</span> <span class="n">reader</span> <span
class="o">=</span> <span class="n">pyarrow</span><span class="o">.</span><span
class="n">csv</span><span class="o">.</span><span
class="n">open_csv</span><span class="p">(</span><span
class="n">csv_file</span><span class="p">)</span>
<span class="linenos">114</span> <span class="n">cur</span><span
class="o">.</span><span class="n">adbc_ingest</span><span
class="p">(</span><span class="s2">"csvtable"</span><span
class="p">,</span> <span class="n">reader</span><span class="p">,</span> <span
class="n">mode</span><span class="o">=</span><span
class="s2">"create"</span><span class="p">)</span>
diff --git a/main/r/adbcbigquery/pkgdown.yml b/main/r/adbcbigquery/pkgdown.yml
index 5580bf64d..617327f4d 100644
--- a/main/r/adbcbigquery/pkgdown.yml
+++ b/main/r/adbcbigquery/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-10-23T21:12Z
+last_built: 2025-10-24T14:40Z
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 41b94c922..01b6d77bd 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-10-23T21:12Z
+last_built: 2025-10-24T14:39Z
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 2f6cb8cfe..b8a4df3cf 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
0x555f87460bf0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x558e9ea51d70> </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 0x555f8776ad80> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x558ea1b9b5e0> </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.html
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index 371890677..21f96b8d3 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
0x555f87d80e20> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x558ea17af6d0> </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.html
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index c9407fff4..04eaa1e41 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
0x555f8206c770> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x558e9fcd4d80> </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 0x555f87db5240> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x558ea1aa9290> </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 0x555f873d8020> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x558ea173cd70> </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/search.json
b/main/r/adbcdrivermanager/search.json
index 4f2286fab..1caffdfd2 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 7e65a3e14..ad088a0a9 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-10-23T21:12Z
+last_built: 2025-10-24T14:40Z
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 157b85d8c..9978dd360 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-10-23T21:12Z
+last_built: 2025-10-24T14:40Z
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/adbcsnowflake/pkgdown.yml b/main/r/adbcsnowflake/pkgdown.yml
index ad4d45942..78efa9e6d 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-10-23T21:12Z
+last_built: 2025-10-24T14:40Z
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 58501f63d..b5b12e5bc 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.8.2.1
pkgdown: 2.1.3
pkgdown_sha: ~
articles: {}
-last_built: 2025-10-23T21:12Z
+last_built: 2025-10-24T14:40Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcsqlite/reference
article: https://arrow.apache.org/adbc/current/r/adbcsqlite/articles