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 5ed037a9a publish documentation
5ed037a9a is described below
commit 5ed037a9a876f13f29c46e962b29a93ff5baeedd
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 2 21:07:08 2024 +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/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 +-
16 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/main/driver/flight_sql.html b/main/driver/flight_sql.html
index 67e474bb9..7e45489f4 100644
--- a/main/driver/flight_sql.html
+++ b/main/driver/flight_sql.html
@@ -387,7 +387,7 @@
<h1>Flight SQL Driver<a class="headerlink" href="#flight-sql-driver"
title="Link to this heading">¶</a></h1>
<p><strong>Available for:</strong> C/C++, GLib/Ruby, Go, Java, Python, R</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 v18.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 v18.1.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 59332a713..3c29a3971 100644
--- a/main/driver/postgresql.html
+++ b/main/driver/postgresql.html
@@ -729,7 +729,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 v18.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 v18.1.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 e30c7ea15..8dca087ef 100644
--- a/main/format/related_work.html
+++ b/main/format/related_work.html
@@ -391,7 +391,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 v18.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 v18.1.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
@@ -424,11 +424,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
v18.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
v18.1.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
v18.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
v18.1.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 4c18a8cd4..b2d2bee14 100644
--- a/main/format/specification.html
+++ b/main/format/specification.html
@@ -544,7 +544,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
v18.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
v18.1.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 db4909de8..66f7a8835 100644
--- a/main/glossary.html
+++ b/main/glossary.html
@@ -387,7 +387,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 v18.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 v18.1.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 5e50f0f08..38aaeff22 100644
--- a/main/python/api/adbc_driver_manager.html
+++ b/main/python/api/adbc_driver_manager.html
@@ -1523,7 +1523,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="o"><span class="pre">*</span></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"><span class="pre">Literal</span><span class="p"><span
class="pre">[</span></span><span class="s"><span
class="pre">'all'</span></span><spa [...]
+<span class="sig-name descname"><span
class="pre">adbc_get_objects</span></span><span class="sig-paren">(</span><em
class="sig-param"><span class="o"><span class="pre">*</span></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"><span class="pre">Literal</span><span class="p"><span
class="pre">[</span></span><span class="s"><span
class="pre">'all'</span></span><spa [...]
<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>
@@ -1549,7 +1549,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"><span
class="pre">str</span></span></em>, <em class="sig-param"><span class="o"><span
class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span
class="pre">catalog_filter</span></span><s [...]
+<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"><span
class="pre">str</span></span></em>, <em class="sig-param"><span class="o"><span
class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span
class="pre">catalog_filter</span></span><s [...]
<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>
@@ -1713,7 +1713,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>
@@ -1733,7 +1733,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>
@@ -1749,7 +1749,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"><span
class="pre">str</span></span></em>, <em class="sig-param"><span class="n"><span
class="pre">data</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a class="r
[...]
+<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"><span
class="pre">str</span></span></em>, <em class="sig-param"><span class="n"><span
class="pre">data</span></span><span class="p"><span
class="pre">:</span></span><span class="w"> </span><span class="n"><a class="r
[...]
<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>
@@ -1798,7 +1798,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"><span
class="pre">bytes</span><span class="w"> </span><span class="p"><span
class="pre">|</span></span><span class="w"> </span><span
class="pre">str</span></span></em><span class="sig-paren">)</span> <span
class="sig [...]
+<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"><span
class="pre">bytes</span><span class="w"> </span><span class="p"><span
class="pre">|</span></span><span class="w"> </span><span
class="pre">str</span></span></em><span class="sig-paren">)</span> <span
class="sig [...]
<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
@@ -1915,7 +1915,7 @@ be executed once per row.</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 v18.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 v18.1.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>
@@ -1933,7 +1933,7 @@ be executed once per row.</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 v18.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 v18.1.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>
@@ -1949,7 +1949,7 @@ be executed once per row.</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 v18.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 v18.1.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 7ac98f6d0..9f2b52ca1 100644
--- a/main/python/recipe/postgresql.html
+++ b/main/python/recipe/postgresql.html
@@ -499,10 +499,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 v18.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 v18.1.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 v18.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 v18.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 v18.1.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 v18.1.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">110</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">111</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">112</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/adbcdrivermanager/pkgdown.yml
b/main/r/adbcdrivermanager/pkgdown.yml
index 7b3327376..1dad39ecd 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.5'
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-11-28T00:02Z
+last_built: 2024-12-02T21:06Z
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 d42593b75..199a44133 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
0x5647863405a0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x5610d21d1c10> </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 0x56478674e8e0> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x5610d2455e80> </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>
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.html
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index ebb0a1126..0e0697774 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
0x564786f45c80> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x5610d297bb10> </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>
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index 467642e4b..f3c77b32c 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
0x564786aab9a0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x5610d1f88950> </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 0x5647869828f0> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x5610cfe1b240> </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 0x5647866df4d0> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x5610d0c60b20> </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>
diff --git a/main/r/adbcdrivermanager/search.json
b/main/r/adbcdrivermanager/search.json
index d3bc39f53..a715bdb2f 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 ce1e898f9..36586bd77 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.5'
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-11-28T00:03Z
+last_built: 2024-12-02T21:06Z
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 d39643e5f..a958d9acc 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.5'
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-11-28T00:02Z
+last_built: 2024-12-02T21:06Z
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 67ddfec79..507cca53e 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.5'
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-11-28T00:03Z
+last_built: 2024-12-02T21:06Z
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 733dd0e61..6ddf66cff 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: '3.5'
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-11-28T00:03Z
+last_built: 2024-12-02T21:06Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcsqlite/reference
article: https://arrow.apache.org/adbc/current/r/adbcsqlite/articles