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 b05f0b94 publish documentation
b05f0b94 is described below
commit b05f0b94557990533daff601345d7d9a3af3afec
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 6 15:40:30 2023 +0000
publish documentation
---
main/.buildinfo | 2 +-
main/format/specification.html | 45 +++++-----------------
main/genindex.html | 15 --------
main/py-modindex.html | 15 --------
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 +-
main/search.html | 15 --------
14 files changed, 23 insertions(+), 93 deletions(-)
diff --git a/main/.buildinfo b/main/.buildinfo
index 59a19978..ee24137d 100644
--- a/main/.buildinfo
+++ b/main/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 7d2f2cc3784f9f0ea26f639a7f8be8aa
+config: b139b0fe8e476e503a5103110cbe4d9b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/main/format/specification.html b/main/format/specification.html
index 1a23c94d..a0cdb683 100644
--- a/main/format/specification.html
+++ b/main/format/specification.html
@@ -440,8 +440,7 @@ endpoints.</p>
<section id="basic-usage">
<h4>Basic Usage<a class="headerlink" href="#basic-usage" title="Permalink to
this heading">#</a></h4>
<figure class="align-default" id="id1">
-<div class="mermaid">
- %% Licensed to the Apache Software Foundation (ASF) under one
+%% Licensed to the Apache Software Foundation (ASF) under one
%% or more contributor license agreements. See the NOTICE file
%% distributed with this work for additional information
%% regarding copyright ownership. The ASF licenses this file
@@ -473,8 +472,7 @@ sequenceDiagram
end
Note over App, Driver: SetSqlQuery and repeat (if desired)
App ->> Driver: Release
-
- </div><figcaption>
+<figcaption>
<p><span class="caption-text">Preparing the statement and binding parameters
are optional.</span><a class="headerlink" href="#id1" title="Permalink to this
image">#</a></p>
</figcaption>
</figure>
@@ -482,8 +480,7 @@ sequenceDiagram
<section id="consuming-result-sets">
<h4>Consuming Result Sets<a class="headerlink" href="#consuming-result-sets"
title="Permalink to this heading">#</a></h4>
<figure class="align-default" id="id2">
-<div class="mermaid">
- %% Licensed to the Apache Software Foundation (ASF) under one
+%% Licensed to the Apache Software Foundation (ASF) under one
%% or more contributor license agreements. See the NOTICE file
%% distributed with this work for additional information
%% regarding copyright ownership. The ASF licenses this file
@@ -510,8 +507,7 @@ sequenceDiagram
Stream ->> App: ArrowArray
end
App ->> Stream: release
-
- </div><figcaption>
+<figcaption>
<p><span class="caption-text">This is equivalent to reading from what many
Arrow
libraries call a RecordBatchReader.</span><a class="headerlink" href="#id2"
title="Permalink to this image">#</a></p>
</figcaption>
@@ -520,8 +516,7 @@ libraries call a RecordBatchReader.</span><a
class="headerlink" href="#id2" titl
<section id="bulk-data-ingestion">
<h4>Bulk Data Ingestion<a class="headerlink" href="#bulk-data-ingestion"
title="Permalink to this heading">#</a></h4>
<figure class="align-default" id="id3">
-<div class="mermaid">
- %% Licensed to the Apache Software Foundation (ASF) under one
+%% Licensed to the Apache Software Foundation (ASF) under one
%% or more contributor license agreements. See the NOTICE file
%% distributed with this work for additional information
%% regarding copyright ownership. The ASF licenses this file
@@ -547,8 +542,7 @@ sequenceDiagram
App ->> Driver: Bind
App ->> Driver: ExecuteUpdate
App ->> Driver: Release
-
- </div><figcaption>
+<figcaption>
<p><span class="caption-text">There is no need to prepare the
statement.</span><a class="headerlink" href="#id3" title="Permalink to this
image">#</a></p>
</figcaption>
</figure>
@@ -556,8 +550,7 @@ sequenceDiagram
<section id="update-only-queries-no-result-set">
<h4>Update-only Queries (No Result Set)<a class="headerlink"
href="#update-only-queries-no-result-set" title="Permalink to this
heading">#</a></h4>
<figure class="align-default" id="id4">
-<div class="mermaid">
- %% Licensed to the Apache Software Foundation (ASF) under one
+%% Licensed to the Apache Software Foundation (ASF) under one
%% or more contributor license agreements. See the NOTICE file
%% distributed with this work for additional information
%% regarding copyright ownership. The ASF licenses this file
@@ -588,8 +581,7 @@ sequenceDiagram
end
Note over App, Driver: SetSqlQuery and repeat (if desired)
App ->> Driver: Release
-
- </div><figcaption>
+<figcaption>
<p><span class="caption-text">Preparing the statement and binding parameters
are optional.</span><a class="headerlink" href="#id4" title="Permalink to this
image">#</a></p>
</figcaption>
</figure>
@@ -597,8 +589,7 @@ sequenceDiagram
<section id="partitioned-execution">
<h4>Partitioned Execution<a class="headerlink" href="#partitioned-execution"
title="Permalink to this heading">#</a></h4>
<figure class="align-default" id="id5">
-<div class="mermaid">
- %% Licensed to the Apache Software Foundation (ASF) under one
+%% Licensed to the Apache Software Foundation (ASF) under one
%% or more contributor license agreements. See the NOTICE file
%% distributed with this work for additional information
%% regarding copyright ownership. The ASF licenses this file
@@ -642,8 +633,7 @@ sequenceDiagram
end
Note over App, Driver: SetSqlQuery and repeat (if desired)
App ->> Driver: Release
-
- </div><figcaption>
+<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
v13.0.0)"><span class="xref std std-doc">“Downloading
Data”</span></a>.</span><a class="headerlink" href="#id5" title="Permalink to
this image">#</a></p>
</figcaption>
@@ -816,21 +806,6 @@ and waiting for query execution to finish before reading
results.</p>
<script src="../_static/design-tabs.js"></script>
<script
src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>
- <script src="https://unpkg.com/d3/dist/d3.min.js"></script>
- <script>
- window.addEventListener("load", function () {
- var svgs = d3.selectAll(".mermaid svg");
- svgs.each(function() {
- var svg = d3.select(this);
- svg.html("<g>" + svg.html() + "</g>");
- var inner = svg.select("g");
- var zoom = d3.zoom().on("zoom", function(event) {
- inner.attr("transform", event.transform);
- });
- svg.call(zoom);
- });
- });
- </script>
<script async defer src="../../version.js"></script></body>
</html>
\ No newline at end of file
diff --git a/main/genindex.html b/main/genindex.html
index ccd77462..d59c46c2 100644
--- a/main/genindex.html
+++ b/main/genindex.html
@@ -1161,21 +1161,6 @@
<script src="_static/design-tabs.js"></script>
<script
src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>
- <script src="https://unpkg.com/d3/dist/d3.min.js"></script>
- <script>
- window.addEventListener("load", function () {
- var svgs = d3.selectAll(".mermaid svg");
- svgs.each(function() {
- var svg = d3.select(this);
- svg.html("<g>" + svg.html() + "</g>");
- var inner = svg.select("g");
- var zoom = d3.zoom().on("zoom", function(event) {
- inner.attr("transform", event.transform);
- });
- svg.call(zoom);
- });
- });
- </script>
<script async defer src="../version.js"></script></body>
</html>
\ No newline at end of file
diff --git a/main/py-modindex.html b/main/py-modindex.html
index 7de8b443..22c006a0 100644
--- a/main/py-modindex.html
+++ b/main/py-modindex.html
@@ -416,21 +416,6 @@
<script src="_static/design-tabs.js"></script>
<script
src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>
- <script src="https://unpkg.com/d3/dist/d3.min.js"></script>
- <script>
- window.addEventListener("load", function () {
- var svgs = d3.selectAll(".mermaid svg");
- svgs.each(function() {
- var svg = d3.select(this);
- svg.html("<g>" + svg.html() + "</g>");
- var inner = svg.select("g");
- var zoom = d3.zoom().on("zoom", function(event) {
- inner.attr("transform", event.transform);
- });
- svg.call(zoom);
- });
- });
- </script>
<script async defer src="../version.js"></script></body>
</html>
\ No newline at end of file
diff --git a/main/r/adbcdrivermanager/pkgdown.yml
b/main/r/adbcdrivermanager/pkgdown.yml
index 2fe479bc..17c5edc6 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-09-01T18:18Z
+last_built: 2023-09-06T15:39Z
diff --git a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
index 84ba06df..a7dd06f2 100644
--- a/main/r/adbcdrivermanager/reference/adbc_connection_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_connection_init.html
@@ -100,8 +100,8 @@ 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>
<pointer: 0x556dcf031950> List of 2</span>
-<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database> <pointer: 0x556dced72140> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection>
<pointer: 0x56148d76d520> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database> <pointer: 0x561490d00c90> List of 2</span>
<span class="r-out co"><span class="r-pr">#></span> ..$ driver
:<adbc_driver_void> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$
driver_init_func:Class 'adbc_driver_init_func' <externalptr> </span>
<span class="r-out co"><span class="r-pr">#></span> ..$ options:
list()</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_database_init.html
b/main/r/adbcdrivermanager/reference/adbc_database_init.html
index 94319692..62893027 100644
--- a/main/r/adbcdrivermanager/reference/adbc_database_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_database_init.html
@@ -99,7 +99,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>
<pointer: 0x556dceeec9b0> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database>
<pointer: 0x561490f21dd0> List of 2</span>
<span class="r-out co"><span class="r-pr">#></span> $ driver
:<adbc_driver_void> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> ..$
driver_init_func:Class 'adbc_driver_init_func' <externalptr> </span>
<span class="r-out co"><span class="r-pr">#></span> $ options:
list()</span>
diff --git a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
index 601135c1..36b47350 100644
--- a/main/r/adbcdrivermanager/reference/adbc_statement_init.html
+++ b/main/r/adbcdrivermanager/reference/adbc_statement_init.html
@@ -101,9 +101,9 @@ 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>
<pointer: 0x556dcea14940> List of 2</span>
-<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection> <pointer: 0x556dcea20b30> List of
2</span>
-<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database> <pointer: 0x556dceb2e990> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement>
<pointer: 0x561490740a20> List of 2</span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection> <pointer: 0x5614910dbc10> List of
2</span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database> <pointer: 0x56149060bc60> List of 2</span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ driver
:<adbc_driver_void> List of 1</span>
<span class="r-out co"><span class="r-pr">#></span> .. .. ..$
driver_init_func:Class 'adbc_driver_init_func' <externalptr> </span>
<span class="r-out co"><span class="r-pr">#></span> .. ..$ options:
list()</span>
diff --git a/main/r/adbcdrivermanager/search.json
b/main/r/adbcdrivermanager/search.json
index 2b6fd77f..264fcb46 100644
--- a/main/r/adbcdrivermanager/search.json
+++ b/main/r/adbcdrivermanager/search.json
@@ -1 +1 @@
-[{"path":"/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":"/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache License","text":"“License” shall mean terms
conditions use, reproduction, distribution defined Sections [...]
+[{"path":"/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":"/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache License","text":"“License” shall mean terms
conditions use, reproduction, distribution defined Sections [...]
diff --git a/main/r/adbcflightsql/pkgdown.yml b/main/r/adbcflightsql/pkgdown.yml
index e040c02e..17c5edc6 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-09-01T18:19Z
+last_built: 2023-09-06T15:39Z
diff --git a/main/r/adbcpostgresql/pkgdown.yml
b/main/r/adbcpostgresql/pkgdown.yml
index 2fe479bc..17c5edc6 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-09-01T18:18Z
+last_built: 2023-09-06T15:39Z
diff --git a/main/r/adbcsnowflake/pkgdown.yml b/main/r/adbcsnowflake/pkgdown.yml
index 2fe479bc..905e22fc 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-09-01T18:18Z
+last_built: 2023-09-06T15:38Z
diff --git a/main/r/adbcsqlite/pkgdown.yml b/main/r/adbcsqlite/pkgdown.yml
index 2fe479bc..905e22fc 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,5 +2,5 @@ pandoc: 3.1.3
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
-last_built: 2023-09-01T18:18Z
+last_built: 2023-09-06T15:38Z
diff --git a/main/search.html b/main/search.html
index deb0903b..14192de4 100644
--- a/main/search.html
+++ b/main/search.html
@@ -361,21 +361,6 @@
<script src="_static/design-tabs.js"></script>
<script
src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script>
- <script src="https://unpkg.com/d3/dist/d3.min.js"></script>
- <script>
- window.addEventListener("load", function () {
- var svgs = d3.selectAll(".mermaid svg");
- svgs.each(function() {
- var svg = d3.select(this);
- svg.html("<g>" + svg.html() + "</g>");
- var inner = svg.select("g");
- var zoom = d3.zoom().on("zoom", function(event) {
- inner.attr("transform", event.transform);
- });
- svg.call(zoom);
- });
- });
- </script>
<script src="_static/searchtools.js"></script>
<script src="_static/language_data.js"></script>