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 c904a2cc9 publish documentation
c904a2cc9 is described below
commit c904a2cc9b05ef52bf9692c690468cbfc889450f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 00:47:35 2026 +0000
publish documentation
---
main/_sources/development/releasing.rst.txt | 21 ++++++++++++++-------
main/development/releasing.html | 12 ++++++++++--
main/driver/flight_sql.html | 2 +-
main/driver/postgresql.html | 2 +-
main/format/related_work.html | 4 ++--
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_connection_init.md | 4 ++--
.../reference/adbc_database_init.html | 2 +-
.../reference/adbc_database_init.md | 2 +-
.../reference/adbc_statement_init.html | 6 +++---
.../reference/adbc_statement_init.md | 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 +-
main/searchindex.js | 2 +-
23 files changed, 62 insertions(+), 47 deletions(-)
diff --git a/main/_sources/development/releasing.rst.txt
b/main/_sources/development/releasing.rst.txt
index 0b6b4d8b4..6dd99b38d 100644
--- a/main/_sources/development/releasing.rst.txt
+++ b/main/_sources/development/releasing.rst.txt
@@ -70,16 +70,23 @@ Some steps of the release require being a committer or a
PMC member.
Before creating a Release Candidate
===================================
-Regenerate the LICENSE.txt (see CONTRIBUTING.md) and create a pull request if
-any changes were needed.
+1. Regenerate the LICENSE.txt (see CONTRIBUTING.md) and create a pull request
if any changes were needed.
-.. code-block::
+2. Set up your shell environment:
+
+ .. code-block::
+
+ # Setup gpg agent for signing artifacts
+ source dev/release/setup-gpg-agent.sh
+
+ # Activate conda environment
+ mamba activate adbc
+
+3. Ensure merged pull requests and closed issues have their milestone set
appropriately:
- # Setup gpg agent for signing artifacts
- source dev/release/setup-gpg-agent.sh
+ .. code-block::
- # Activate conda environment
- mamba activate adbc
+ ./dev/release/assign-milestone.sh
Check Nightly Verification Job
------------------------------
diff --git a/main/development/releasing.html b/main/development/releasing.html
index 253efbc44..b2d816e0f 100644
--- a/main/development/releasing.html
+++ b/main/development/releasing.html
@@ -430,8 +430,9 @@ performing a release.</p>
</section>
<section id="before-creating-a-release-candidate">
<h2>Before creating a Release Candidate<a class="headerlink"
href="#before-creating-a-release-candidate" title="Link to this
heading">¶</a></h2>
-<p>Regenerate the LICENSE.txt (see CONTRIBUTING.md) and create a pull request
if
-any changes were needed.</p>
+<ol class="arabic">
+<li><p>Regenerate the LICENSE.txt (see CONTRIBUTING.md) and create a pull
request if any changes were needed.</p></li>
+<li><p>Set up your shell environment:</p>
<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="c1"># Setup gpg agent for
signing artifacts</span>
<span class="n">source</span> <span class="n">dev</span><span
class="o">/</span><span class="n">release</span><span class="o">/</span><span
class="n">setup</span><span class="o">-</span><span class="n">gpg</span><span
class="o">-</span><span class="n">agent</span><span class="o">.</span><span
class="n">sh</span>
@@ -439,6 +440,13 @@ any changes were needed.</p>
<span class="n">mamba</span> <span class="n">activate</span> <span
class="n">adbc</span>
</pre></div>
</div>
+</li>
+<li><p>Ensure merged pull requests and closed issues have their milestone set
appropriately:</p>
+<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="o">./</span><span
class="n">dev</span><span class="o">/</span><span class="n">release</span><span
class="o">/</span><span class="n">assign</span><span class="o">-</span><span
class="n">milestone</span><span class="o">.</span><span class="n">sh</span>
+</pre></div>
+</div>
+</li>
+</ol>
<section id="check-nightly-verification-job">
<h3>Check Nightly Verification Job<a class="headerlink"
href="#check-nightly-verification-job" title="Link to this heading">¶</a></h3>
<p>Ensure that the <a class="reference external"
href="https://github.com/apache/arrow-adbc/actions/workflows/nightly-verify.yml">verification
job</a>
diff --git a/main/driver/flight_sql.html b/main/driver/flight_sql.html
index 8b06a6b99..905502758 100644
--- a/main/driver/flight_sql.html
+++ b/main/driver/flight_sql.html
@@ -394,7 +394,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 v23.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 v23.0.1)"><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 5a9e98cd3..767a5c5ec 100644
--- a/main/driver/postgresql.html
+++ b/main/driver/postgresql.html
@@ -731,7 +731,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 v23.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 v23.0.1)"><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 c7ead718d..206bea896 100644
--- a/main/format/related_work.html
+++ b/main/format/related_work.html
@@ -397,7 +397,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 v23.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 v23.0.1)"><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
@@ -430,7 +430,7 @@ 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
v23.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
v23.0.1)"><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>
diff --git a/main/format/specification.html b/main/format/specification.html
index a926551b6..89fb26254 100644
--- a/main/format/specification.html
+++ b/main/format/specification.html
@@ -552,7 +552,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
v23.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
v23.0.1)"><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 8cc2a3d47..a104192aa 100644
--- a/main/glossary.html
+++ b/main/glossary.html
@@ -393,7 +393,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 v23.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 v23.0.1)"><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 47804ab63..6898722ba 100644
--- a/main/python/api/adbc_driver_manager.html
+++ b/main/python/api/adbc_driver_manager.html
@@ -1642,7 +1642,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>
@@ -1668,7 +1668,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>
@@ -1855,7 +1855,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>
@@ -1875,7 +1875,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>
@@ -1891,7 +1891,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>
@@ -1940,7 +1940,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
@@ -2085,7 +2085,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 v23.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 v23.0.1)"><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>
@@ -2111,7 +2111,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 v23.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 v23.0.1)"><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>
@@ -2127,7 +2127,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 v23.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 v23.0.1)"><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 61e21729c..9b1d38e29 100644
--- a/main/python/recipe/postgresql.html
+++ b/main/python/recipe/postgresql.html
@@ -543,10 +543,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 v23.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 v23.0.1)"><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 v23.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 v23.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 v23.0.1)"><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 v23.0.1)"><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 bfebbebb4..c232cc609 100644
--- a/main/r/adbcbigquery/pkgdown.yml
+++ b/main/r/adbcbigquery/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-16T02:52Z
+last_built: 2026-02-17T00:46Z
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 7e14453df..81d3b660e 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-16T02:52Z
+last_built: 2026-02-17T00:46Z
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 9dbd41d49..e01c3ad86 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
0x55994be85d20> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x5591654c14e0> </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 0x55994bc4bb80> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x559164b30bc0> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> ..$
driver:<adbc_driver_void> List of 4</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ load_flags
: int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.md
b/main/r/adbcdrivermanager/reference/adbc_connection_init.md
index 86e1367af..9e5b77107 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_init.md
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_init.md
@@ -62,9 +62,9 @@ An object of class 'adbc_connection'
``` r
db <- adbc_database_init(adbc_driver_void())
adbc_connection_init(db)
-#> <adbc_connection at 0x55994be85d20>
+#> <adbc_connection at 0x5591654c14e0>
#> List of 1
-#> $ database:<adbc_database at 0x55994bc4bb80>
+#> $ database:<adbc_database at 0x559164b30bc0>
#> List of 1
#> ..$ driver:<adbc_driver_void> List of 4
#> .. ..$ load_flags : int 15
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.html
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index 283551761..5f44af81b 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
0x55994c20a100> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x55916490a8d0> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> $
driver:<adbc_driver_void> List of 4</span>
<span class="r-out co"><span class="r-pr">#></span> ..$ load_flags :
int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.md
b/main/r/adbcdrivermanager/reference/adbc_database_init.md
index 884be716e..72c52a702 100644
--- a/main/r/adbcdrivermanager/reference/adbc_database_init.md
+++ b/main/r/adbcdrivermanager/reference/adbc_database_init.md
@@ -61,7 +61,7 @@ An object of class adbc_database
``` r
adbc_database_init(adbc_driver_void())
-#> <adbc_database at 0x55994c20a100>
+#> <adbc_database at 0x55916490a8d0>
#> List of 1
#> $ driver:<adbc_driver_void> List of 4
#> ..$ load_flags : int 15
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index ebaee193d..3ea63b0ba 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
0x55994c270710> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x559163c00f00> </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 0x55994c50c170> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x55916500fa50> </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 0x55994adeab30> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x559163f0cc80> </span>
<span class="r-out co"><span class="r-pr">#></span> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$
driver:<adbc_driver_void> List of 4</span>
<span class="r-out co"><span class="r-pr">#></span> .. .. ..$ load_flags
: int 15</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.md
b/main/r/adbcdrivermanager/reference/adbc_statement_init.md
index e72c236e3..26ab7738e 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_init.md
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_init.md
@@ -63,11 +63,11 @@ An object of class 'adbc_statement'
db <- adbc_database_init(adbc_driver_void())
con <- adbc_connection_init(db)
adbc_statement_init(con)
-#> <adbc_statement at 0x55994c270710>
+#> <adbc_statement at 0x559163c00f00>
#> List of 1
-#> $ connection:<adbc_connection at 0x55994c50c170>
+#> $ connection:<adbc_connection at 0x55916500fa50>
#> List of 1
-#> ..$ database:<adbc_database at 0x55994adeab30>
+#> ..$ database:<adbc_database at 0x559163f0cc80>
#> List of 1
#> .. ..$ driver:<adbc_driver_void> List of 4
#> .. .. ..$ load_flags : int 15
diff --git a/main/r/adbcdrivermanager/search.json
b/main/r/adbcdrivermanager/search.json
index a21e204d7..92b996f18 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 8001c3914..2c31b00c8 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-16T02:52Z
+last_built: 2026-02-17T00:46Z
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 7cc84b66e..696926047 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-16T02:52Z
+last_built: 2026-02-17T00:46Z
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 025a249e5..f29973a2a 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-16T02:52Z
+last_built: 2026-02-17T00:46Z
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 78b163967..66cc4dbc9 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.9'
pkgdown: 2.2.0
pkgdown_sha: ~
articles: {}
-last_built: 2026-02-16T02:52Z
+last_built: 2026-02-17T00:47Z
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/searchindex.js b/main/searchindex.js
index ecc6e026a..11a97f03e 100644
--- a/main/searchindex.js
+++ b/main/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"ADBC API Standard":[[28,null]],"ADBC Driver
Manager and Manifests":[[25,null]],"API
Reference":[[3,"api-reference"],[24,"api-reference"],[33,"api-reference"],[43,"api-reference"],[52,"api-reference"]],"Advanced
Usage":[[24,"advanced-usage"]],"And then what is the \u201cADBC JDBC
driver\u201d?":[[22,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow
ADBC":[[31,null]],"Arrow type to PostgreSQL type
mapping":[[18,"id5"]],"Authenticate with a username and [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"ADBC API Standard":[[28,null]],"ADBC Driver
Manager and Manifests":[[25,null]],"API
Reference":[[3,"api-reference"],[24,"api-reference"],[33,"api-reference"],[43,"api-reference"],[52,"api-reference"]],"Advanced
Usage":[[24,"advanced-usage"]],"And then what is the \u201cADBC JDBC
driver\u201d?":[[22,"and-then-what-is-the-adbc-jdbc-driver"]],"Apache Arrow
ADBC":[[31,null]],"Arrow type to PostgreSQL type
mapping":[[18,"id5"]],"Authenticate with a username and [...]
\ No newline at end of file