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 b2ae41629 publish documentation
b2ae41629 is described below
commit b2ae416297c7bf41618012dc7a40221350255f5a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 1 11:27:45 2025 +0000
publish documentation
---
main/r/adbcdrivermanager/authors.html | 4 ++--
main/r/adbcdrivermanager/pkgdown.yml | 2 +-
main/r/adbcdrivermanager/reference/adbc_connection_init.html | 4 ++--
main/r/adbcdrivermanager/reference/adbc_database_init.html | 2 +-
main/r/adbcdrivermanager/reference/adbc_statement_init.html | 6 +++---
main/r/adbcdrivermanager/search.json | 2 +-
main/r/adbcflightsql/authors.html | 4 ++--
main/r/adbcflightsql/pkgdown.yml | 2 +-
main/r/adbcflightsql/search.json | 2 +-
main/r/adbcpostgresql/authors.html | 4 ++--
main/r/adbcpostgresql/pkgdown.yml | 2 +-
main/r/adbcpostgresql/search.json | 2 +-
main/r/adbcsnowflake/authors.html | 4 ++--
main/r/adbcsnowflake/pkgdown.yml | 2 +-
main/r/adbcsnowflake/search.json | 2 +-
main/r/adbcsqlite/authors.html | 4 ++--
main/r/adbcsqlite/pkgdown.yml | 2 +-
main/r/adbcsqlite/search.json | 2 +-
18 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/main/r/adbcdrivermanager/authors.html
b/main/r/adbcdrivermanager/authors.html
index dc139b0b0..6ded62d0c 100644
--- a/main/r/adbcdrivermanager/authors.html
+++ b/main/r/adbcdrivermanager/authors.html
@@ -61,14 +61,14 @@
<h2 id="citation">Citation</h2>
<p><small class="dont-index">Source: <a
href="https://github.com/apache/arrow-adbc/blob/main/r/adbcdrivermanager/DESCRIPTION"
class="external-link"><code>DESCRIPTION</code></a></small></p>
- <p>Dunnington D, Apache Arrow (2024).
+ <p>Dunnington D, Apache Arrow (2025).
<em>adbcdrivermanager: 'Arrow' Database Connectivity ('ADBC') Driver
Manager</em>.
R package version 0.15.0.9000, https://github.com/apache/arrow-adbc, <a
href="https://arrow.apache.org/adbc/current/r/adbcdrivermanager/">https://arrow.apache.org/adbc/current/r/adbcdrivermanager/</a>.
</p>
<pre>@Manual{,
title = {adbcdrivermanager: 'Arrow' Database Connectivity ('ADBC') Driver
Manager},
author = {Dewey Dunnington and {Apache Arrow}},
- year = {2024},
+ year = {2025},
note = {R package version 0.15.0.9000, https://github.com/apache/arrow-adbc},
url = {https://arrow.apache.org/adbc/current/r/adbcdrivermanager/},
}</pre>
diff --git a/main/r/adbcdrivermanager/pkgdown.yml
b/main/r/adbcdrivermanager/pkgdown.yml
index a5bb32dcc..b43da7038 100644
--- a/main/r/adbcdrivermanager/pkgdown.yml
+++ b/main/r/adbcdrivermanager/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.1
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-12-31T02:10Z
+last_built: 2025-01-01T11:26Z
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 66c80678f..f5f1deb34 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
0x55c32ac0f0c0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_connection at
0x5591196d7620> </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 0x55c32a803c40> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
database:<adbc_database at 0x5591194fbda0> </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 289c2d137..591314e44 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
0x55c32a5e79d0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_database at
0x5591194f75f0> </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 5464bbce3..97bc0c71f 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
0x55c327dd7fe0> </span>
+<span class="r-out co"><span class="r-pr">#></span> <adbc_statement at
0x5591194c87d0> </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 0x55c329f976a0> </span>
+<span class="r-out co"><span class="r-pr">#></span> $
connection:<adbc_connection at 0x5591193c8d20> </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 0x55c32a42f4b0> </span>
+<span class="r-out co"><span class="r-pr">#></span> ..$
database:<adbc_database at 0x559119f133e0> </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 b75414a71..b978ad9a5 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/authors.html
b/main/r/adbcflightsql/authors.html
index 2f85892f5..e2dea71dc 100644
--- a/main/r/adbcflightsql/authors.html
+++ b/main/r/adbcflightsql/authors.html
@@ -61,14 +61,14 @@
<h2 id="citation">Citation</h2>
<p><small class="dont-index">Source: <a
href="https://github.com/apache/arrow-adbc/blob/main/r/adbcflightsql/DESCRIPTION"
class="external-link"><code>DESCRIPTION</code></a></small></p>
- <p>Dunnington D, Apache Arrow (2024).
+ <p>Dunnington D, Apache Arrow (2025).
<em>adbcflightsql: 'Arrow' Database Connectivity ('ADBC') 'FlightSQL'
Driver</em>.
R package version 0.15.0.9000, https://github.com/apache/arrow-adbc, <a
href="https://arrow.apache.org/adbc/current/r/adbcflightsql/">https://arrow.apache.org/adbc/current/r/adbcflightsql/</a>.
</p>
<pre>@Manual{,
title = {adbcflightsql: 'Arrow' Database Connectivity ('ADBC') 'FlightSQL'
Driver},
author = {Dewey Dunnington and {Apache Arrow}},
- year = {2024},
+ year = {2025},
note = {R package version 0.15.0.9000, https://github.com/apache/arrow-adbc},
url = {https://arrow.apache.org/adbc/current/r/adbcflightsql/},
}</pre>
diff --git a/main/r/adbcflightsql/pkgdown.yml b/main/r/adbcflightsql/pkgdown.yml
index 19fee15b3..39b1e78dd 100644
--- a/main/r/adbcflightsql/pkgdown.yml
+++ b/main/r/adbcflightsql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.1
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-12-31T02:10Z
+last_built: 2025-01-01T11:27Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcflightsql/reference
article: https://arrow.apache.org/adbc/current/r/adbcflightsql/articles
diff --git a/main/r/adbcflightsql/search.json b/main/r/adbcflightsql/search.json
index a0169db3d..6596e8c65 100644
--- a/main/r/adbcflightsql/search.json
+++ b/main/r/adbcflightsql/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcflightsql/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/adbcflightsql/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apach [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcflightsql/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/adbcflightsql/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apach [...]
diff --git a/main/r/adbcpostgresql/authors.html
b/main/r/adbcpostgresql/authors.html
index b76179edc..365f376f9 100644
--- a/main/r/adbcpostgresql/authors.html
+++ b/main/r/adbcpostgresql/authors.html
@@ -61,14 +61,14 @@
<h2 id="citation">Citation</h2>
<p><small class="dont-index">Source: <a
href="https://github.com/apache/arrow-adbc/blob/main/r/adbcpostgresql/DESCRIPTION"
class="external-link"><code>DESCRIPTION</code></a></small></p>
- <p>Dunnington D, Apache Arrow (2024).
+ <p>Dunnington D, Apache Arrow (2025).
<em>adbcpostgresql: 'Arrow' Database Connectivity ('ADBC') 'PostgreSQL'
Driver</em>.
R package version 0.15.0.9000, https://github.com/apache/arrow-adbc, <a
href="https://arrow.apache.org/adbc/current/r/adbcpostgresql/">https://arrow.apache.org/adbc/current/r/adbcpostgresql/</a>.
</p>
<pre>@Manual{,
title = {adbcpostgresql: 'Arrow' Database Connectivity ('ADBC') 'PostgreSQL'
Driver},
author = {Dewey Dunnington and {Apache Arrow}},
- year = {2024},
+ year = {2025},
note = {R package version 0.15.0.9000, https://github.com/apache/arrow-adbc},
url = {https://arrow.apache.org/adbc/current/r/adbcpostgresql/},
}</pre>
diff --git a/main/r/adbcpostgresql/pkgdown.yml
b/main/r/adbcpostgresql/pkgdown.yml
index 5c4072d24..210fea7fa 100644
--- a/main/r/adbcpostgresql/pkgdown.yml
+++ b/main/r/adbcpostgresql/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.1
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-12-31T02:10Z
+last_built: 2025-01-01T11:27Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcpostgresql/reference
article: https://arrow.apache.org/adbc/current/r/adbcpostgresql/articles
diff --git a/main/r/adbcpostgresql/search.json
b/main/r/adbcpostgresql/search.json
index 6f08e209e..6d0734a65 100644
--- a/main/r/adbcpostgresql/search.json
+++ b/main/r/adbcpostgresql/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcpostgresql/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/adbcpostgresql/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apa [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcpostgresql/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/adbcpostgresql/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apa [...]
diff --git a/main/r/adbcsnowflake/authors.html
b/main/r/adbcsnowflake/authors.html
index a3b3ab581..99497c280 100644
--- a/main/r/adbcsnowflake/authors.html
+++ b/main/r/adbcsnowflake/authors.html
@@ -61,14 +61,14 @@
<h2 id="citation">Citation</h2>
<p><small class="dont-index">Source: <a
href="https://github.com/apache/arrow-adbc/blob/main/r/adbcsnowflake/DESCRIPTION"
class="external-link"><code>DESCRIPTION</code></a></small></p>
- <p>Dunnington D, Apache Arrow (2024).
+ <p>Dunnington D, Apache Arrow (2025).
<em>adbcsnowflake: Arrow Database Connectivity ('ADBC') 'Snowflake'
Driver</em>.
R package version 0.15.0.9000, https://github.com/apache/arrow-adbc, <a
href="https://arrow.apache.org/adbc/current/r/adbcsnowflake/">https://arrow.apache.org/adbc/current/r/adbcsnowflake/</a>.
</p>
<pre>@Manual{,
title = {adbcsnowflake: Arrow Database Connectivity ('ADBC') 'Snowflake'
Driver},
author = {Dewey Dunnington and {Apache Arrow}},
- year = {2024},
+ year = {2025},
note = {R package version 0.15.0.9000, https://github.com/apache/arrow-adbc},
url = {https://arrow.apache.org/adbc/current/r/adbcsnowflake/},
}</pre>
diff --git a/main/r/adbcsnowflake/pkgdown.yml b/main/r/adbcsnowflake/pkgdown.yml
index f6034519c..d18a75bf8 100644
--- a/main/r/adbcsnowflake/pkgdown.yml
+++ b/main/r/adbcsnowflake/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.1
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-12-31T02:10Z
+last_built: 2025-01-01T11:27Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcsnowflake/reference
article: https://arrow.apache.org/adbc/current/r/adbcsnowflake/articles
diff --git a/main/r/adbcsnowflake/search.json b/main/r/adbcsnowflake/search.json
index 75bc05d15..0b9ad62d7 100644
--- a/main/r/adbcsnowflake/search.json
+++ b/main/r/adbcsnowflake/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcsnowflake/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/adbcsnowflake/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apach [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcsnowflake/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/adbcsnowflake/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apach [...]
diff --git a/main/r/adbcsqlite/authors.html b/main/r/adbcsqlite/authors.html
index 69e938269..1b60bc2d4 100644
--- a/main/r/adbcsqlite/authors.html
+++ b/main/r/adbcsqlite/authors.html
@@ -61,14 +61,14 @@
<h2 id="citation">Citation</h2>
<p><small class="dont-index">Source: <a
href="https://github.com/apache/arrow-adbc/blob/main/r/adbcsqlite/DESCRIPTION"
class="external-link"><code>DESCRIPTION</code></a></small></p>
- <p>Dunnington D, Apache Arrow (2024).
+ <p>Dunnington D, Apache Arrow (2025).
<em>adbcsqlite: 'Arrow' Database Connectivity ('ADBC') 'SQLite' Driver</em>.
R package version 0.15.0.9000, https://github.com/apache/arrow-adbc, <a
href="https://arrow.apache.org/adbc/current/r/adbcsqlite/">https://arrow.apache.org/adbc/current/r/adbcsqlite/</a>.
</p>
<pre>@Manual{,
title = {adbcsqlite: 'Arrow' Database Connectivity ('ADBC') 'SQLite' Driver},
author = {Dewey Dunnington and {Apache Arrow}},
- year = {2024},
+ year = {2025},
note = {R package version 0.15.0.9000, https://github.com/apache/arrow-adbc},
url = {https://arrow.apache.org/adbc/current/r/adbcsqlite/},
}</pre>
diff --git a/main/r/adbcsqlite/pkgdown.yml b/main/r/adbcsqlite/pkgdown.yml
index 0272eda78..d41c554a5 100644
--- a/main/r/adbcsqlite/pkgdown.yml
+++ b/main/r/adbcsqlite/pkgdown.yml
@@ -2,7 +2,7 @@ pandoc: 3.6.1
pkgdown: 2.1.1
pkgdown_sha: ~
articles: {}
-last_built: 2024-12-31T02:10Z
+last_built: 2025-01-01T11:27Z
urls:
reference: https://arrow.apache.org/adbc/current/r/adbcsqlite/reference
article: https://arrow.apache.org/adbc/current/r/adbcsqlite/articles
diff --git a/main/r/adbcsqlite/search.json b/main/r/adbcsqlite/search.json
index f7d28ee32..db9451494 100644
--- a/main/r/adbcsqlite/search.json
+++ b/main/r/adbcsqlite/search.json
@@ -1 +1 @@
-[{"path":"https://arrow.apache.org/adbc/current/r/adbcsqlite/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/adbcsqlite/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache Lice [...]
+[{"path":"https://arrow.apache.org/adbc/current/r/adbcsqlite/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/adbcsqlite/LICENSE.html","id":"id_1-definitions","dir":"","previous_headings":"Terms
and Conditions for use, reproduction, and distribution","what":"1.
Definitions","title":"Apache Lice [...]