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/datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new dedcca04b1 Publish built docs triggered by 
576da1d6699b7f431f9e56581b2b87a06a0e37e1
dedcca04b1 is described below

commit dedcca04b1ed68bb05fe01478694d7cf7ec5d78f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 11 23:34:21 2024 +0000

    Publish built docs triggered by 576da1d6699b7f431f9e56581b2b87a06a0e37e1
---
 _sources/index.rst.txt                                       | 12 +++++-------
 contributor-guide/architecture.html                          |  2 +-
 contributor-guide/communication.html                         |  2 +-
 contributor-guide/getting_started.html                       |  2 +-
 contributor-guide/governance.html                            |  2 +-
 contributor-guide/howtos.html                                |  2 +-
 contributor-guide/index.html                                 |  2 +-
 contributor-guide/inviting.html                              |  2 +-
 contributor-guide/roadmap.html                               |  2 +-
 contributor-guide/specification/index.html                   |  2 +-
 contributor-guide/specification/invariants.html              |  2 +-
 .../specification/output-field-name-semantic.html            |  2 +-
 contributor-guide/testing.html                               |  2 +-
 download.html                                                |  2 +-
 genindex.html                                                |  2 +-
 index.html                                                   | 12 +++++-------
 library-user-guide/adding-udfs.html                          |  2 +-
 library-user-guide/building-logical-plans.html               |  2 +-
 library-user-guide/catalogs.html                             |  2 +-
 library-user-guide/custom-table-providers.html               |  2 +-
 library-user-guide/extending-operators.html                  |  2 +-
 library-user-guide/extensions.html                           |  2 +-
 library-user-guide/index.html                                |  2 +-
 library-user-guide/profiling.html                            |  2 +-
 library-user-guide/query-optimizer.html                      |  2 +-
 library-user-guide/using-the-dataframe-api.html              |  2 +-
 library-user-guide/using-the-sql-api.html                    |  2 +-
 library-user-guide/working-with-exprs.html                   |  2 +-
 search.html                                                  |  2 +-
 searchindex.js                                               |  2 +-
 user-guide/cli/datasources.html                              |  2 +-
 user-guide/cli/index.html                                    |  2 +-
 user-guide/cli/installation.html                             |  2 +-
 user-guide/cli/overview.html                                 |  2 +-
 user-guide/cli/usage.html                                    |  2 +-
 user-guide/configs.html                                      |  2 +-
 user-guide/crate-configuration.html                          |  2 +-
 user-guide/dataframe.html                                    |  2 +-
 user-guide/example-usage.html                                |  2 +-
 user-guide/explain-usage.html                                |  2 +-
 user-guide/expressions.html                                  |  2 +-
 user-guide/faq.html                                          |  2 +-
 user-guide/introduction.html                                 |  2 +-
 user-guide/sql/aggregate_functions.html                      |  2 +-
 user-guide/sql/aggregate_functions_new.html                  |  2 +-
 user-guide/sql/data_types.html                               |  2 +-
 user-guide/sql/ddl.html                                      |  2 +-
 user-guide/sql/dml.html                                      |  2 +-
 user-guide/sql/explain.html                                  |  2 +-
 user-guide/sql/index.html                                    |  2 +-
 user-guide/sql/information_schema.html                       |  2 +-
 user-guide/sql/operators.html                                |  2 +-
 user-guide/sql/scalar_functions.html                         |  2 +-
 user-guide/sql/scalar_functions_new.html                     |  2 +-
 user-guide/sql/select.html                                   |  2 +-
 user-guide/sql/sql_status.html                               |  2 +-
 user-guide/sql/subqueries.html                               |  2 +-
 user-guide/sql/window_functions.html                         |  2 +-
 user-guide/sql/window_functions_new.html                     |  2 +-
 user-guide/sql/write_options.html                            |  2 +-
 60 files changed, 68 insertions(+), 72 deletions(-)

diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index f11670d259..27dd58cf50 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -36,9 +36,11 @@ Apache DataFusion
 DataFusion is an extensible query engine written in `Rust 
<http://rustlang.org>`_ that
 uses `Apache Arrow <https://arrow.apache.org>`_ as its in-memory format.
 
-This documentation is for the `core DataFusion project 
<https://github.com/apache/datafusion>`_, which contains
-libraries that are used to build data-centric system software. DataFusion also 
offers the following subprojects, which
-provide packaged versions of DataFusion intended for end users, and these have 
separate documentation.
+The documentation on this site is for the `core DataFusion project 
<https://github.com/apache/datafusion>`_, which contains
+libraries and binaries for developers building fast and feature rich database 
and analytic systems,
+customized to particular workloads. See `use cases 
<https://datafusion.apache.org/user-guide/introduction.html#use-cases>`_ for 
examples.
+
+The following related subprojects target end users and have separate 
documentation.
 
 - `DataFusion Python <https://datafusion.apache.org/python/>`_ offers a Python 
interface for SQL and DataFrame
   queries.
@@ -47,10 +49,6 @@ provide packaged versions of DataFusion intended for end 
users, and these have s
 - `DataFusion Comet <https://datafusion.apache.org/comet/>`_ is an accelerator 
for Apache Spark based on
   DataFusion.
 
-DataFusion's target users are
-developers building fast and feature rich database and analytic systems,
-customized to particular workloads. See `use cases 
<https://datafusion.apache.org/user-guide/introduction.html#use-cases>`_ for 
examples.
-
 "Out of the box," DataFusion offers `SQL 
<https://datafusion.apache.org/user-guide/sql/index.html>`_
 and `Dataframe 
<https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html>`_
 APIs,
 excellent `performance <https://benchmark.clickhouse.com/>`_, built-in support 
for CSV, Parquet, JSON, and Avro,
diff --git a/contributor-guide/architecture.html 
b/contributor-guide/architecture.html
index 8f77f49bd3..701869269a 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -662,7 +662,7 @@ regression in functionality</p></li>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/communication.html 
b/contributor-guide/communication.html
index a58e3c6e78..10c5890a25 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -674,7 +674,7 @@ mailing list for release coordination and other 
project-wide discussions. Links:
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/getting_started.html 
b/contributor-guide/getting_started.html
index 1df0607ec9..5a1fa893b2 100644
--- a/contributor-guide/getting_started.html
+++ b/contributor-guide/getting_started.html
@@ -671,7 +671,7 @@ libprotoc<span class="w"> </span><span 
class="m">3</span>.15.0
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/governance.html 
b/contributor-guide/governance.html
index 6a64480d7b..e61d196b13 100644
--- a/contributor-guide/governance.html
+++ b/contributor-guide/governance.html
@@ -672,7 +672,7 @@ direction, typically over the course of a year or more.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/howtos.html b/contributor-guide/howtos.html
index ccee784876..0fba9ed4bf 100644
--- a/contributor-guide/howtos.html
+++ b/contributor-guide/howtos.html
@@ -744,7 +744,7 @@ taplo<span class="w"> </span><span class="m">0</span>.9.0
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 393aab84ef..06c6d53ff0 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -797,7 +797,7 @@ Commenting on the PR will remove the <code class="docutils 
literal notranslate">
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/inviting.html b/contributor-guide/inviting.html
index d87ae135a7..9015592289 100644
--- a/contributor-guide/inviting.html
+++ b/contributor-guide/inviting.html
@@ -1056,7 +1056,7 @@ Congratulations and welcome!
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index 16acd8cd01..0458774912 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -819,7 +819,7 @@ date.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/specification/index.html 
b/contributor-guide/specification/index.html
index 553e88c9d1..3419fea323 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -585,7 +585,7 @@ specifications:</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/specification/invariants.html 
b/contributor-guide/specification/invariants.html
index c478b9ab93..de0b83f459 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -1095,7 +1095,7 @@ schemas.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/specification/output-field-name-semantic.html 
b/contributor-guide/specification/output-field-name-semantic.html
index 133259cbf0..a4f38530d6 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -1013,7 +1013,7 @@ DataFusion queries planned from both SQL queries and 
Dataframe APIs.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index d93c73eeb2..f3e2466e28 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -754,7 +754,7 @@ tested in the same way using the <a class="reference 
external" href="https://doc
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/download.html b/download.html
index 05102dfe88..4efb1f0ef2 100644
--- a/download.html
+++ b/download.html
@@ -658,7 +658,7 @@ official Apache DataFusion releases are provided as source 
artifacts.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/genindex.html b/genindex.html
index ba19b44d42..a667718f09 100644
--- a/genindex.html
+++ b/genindex.html
@@ -537,7 +537,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/index.html b/index.html
index 2224746fff..6b11dcf3a1 100644
--- a/index.html
+++ b/index.html
@@ -535,9 +535,10 @@
    <a class="github-button" href="https://github.com/apache/datafusion/fork"; 
data-size="large" data-show-count="true" aria-label="Fork apache/datafusion on 
GitHub">Fork</a>
 </p><p>DataFusion is an extensible query engine written in <a class="reference 
external" href="http://rustlang.org";>Rust</a> that
 uses <a class="reference external" href="https://arrow.apache.org";>Apache 
Arrow</a> as its in-memory format.</p>
-<p>This documentation is for the <a class="reference external" 
href="https://github.com/apache/datafusion";>core DataFusion project</a>, which 
contains
-libraries that are used to build data-centric system software. DataFusion also 
offers the following subprojects, which
-provide packaged versions of DataFusion intended for end users, and these have 
separate documentation.</p>
+<p>The documentation on this site is for the <a class="reference external" 
href="https://github.com/apache/datafusion";>core DataFusion project</a>, which 
contains
+libraries and binaries for developers building fast and feature rich database 
and analytic systems,
+customized to particular workloads. See <a class="reference external" 
href="https://datafusion.apache.org/user-guide/introduction.html#use-cases";>use 
cases</a> for examples.</p>
+<p>The following related subprojects target end users and have separate 
documentation.</p>
 <ul class="simple">
 <li><p><a class="reference external" 
href="https://datafusion.apache.org/python/";>DataFusion Python</a> offers a 
Python interface for SQL and DataFrame
 queries.</p></li>
@@ -546,9 +547,6 @@ that scales out on <a class="reference external" 
href="https://www.ray.io";>Ray</
 <li><p><a class="reference external" 
href="https://datafusion.apache.org/comet/";>DataFusion Comet</a> is an 
accelerator for Apache Spark based on
 DataFusion.</p></li>
 </ul>
-<p>DataFusion’s target users are
-developers building fast and feature rich database and analytic systems,
-customized to particular workloads. See <a class="reference external" 
href="https://datafusion.apache.org/user-guide/introduction.html#use-cases";>use 
cases</a> for examples.</p>
 <p>“Out of the box,” DataFusion offers <a class="reference external" 
href="https://datafusion.apache.org/user-guide/sql/index.html";>SQL</a>
 and <a class="reference external" 
href="https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html";>Dataframe</a>
 APIs,
 excellent <a class="reference external" 
href="https://benchmark.clickhouse.com/";>performance</a>, built-in support for 
CSV, Parquet, JSON, and Avro,
@@ -683,7 +681,7 @@ See the <a class="reference external" 
href="https://datafusion.apache.org/contri
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/adding-udfs.html 
b/library-user-guide/adding-udfs.html
index 47e845078b..3a12339b75 100644
--- a/library-user-guide/adding-udfs.html
+++ b/library-user-guide/adding-udfs.html
@@ -1241,7 +1241,7 @@ There is a lower level API with more functionality but is 
more complex, that is
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/building-logical-plans.html 
b/library-user-guide/building-logical-plans.html
index 4c551aefff..b96139cd6c 100644
--- a/library-user-guide/building-logical-plans.html
+++ b/library-user-guide/building-logical-plans.html
@@ -790,7 +790,7 @@ suitable if you are using DataFusion to build logical plans 
but do not use DataF
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index cd7361303d..5ab04ad282 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -822,7 +822,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/custom-table-providers.html 
b/library-user-guide/custom-table-providers.html
index 1ddaa9dc94..93aa3ca0cc 100644
--- a/library-user-guide/custom-table-providers.html
+++ b/library-user-guide/custom-table-providers.html
@@ -803,7 +803,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/extending-operators.html 
b/library-user-guide/extending-operators.html
index f0c5c8401f..744e378eec 100644
--- a/library-user-guide/extending-operators.html
+++ b/library-user-guide/extending-operators.html
@@ -591,7 +591,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/extensions.html 
b/library-user-guide/extensions.html
index 35bdc45efa..8b90814821 100644
--- a/library-user-guide/extensions.html
+++ b/library-user-guide/extensions.html
@@ -654,7 +654,7 @@ your extension.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/index.html b/library-user-guide/index.html
index f1635b24d5..779f99f797 100644
--- a/library-user-guide/index.html
+++ b/library-user-guide/index.html
@@ -606,7 +606,7 @@ useful place to get the lay of the land before starting 
down a specific path.</p
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/profiling.html 
b/library-user-guide/profiling.html
index df33e7cfea..ba17901563 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -665,7 +665,7 @@ must be run as root on Mac OSx to access DTrace.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/query-optimizer.html 
b/library-user-guide/query-optimizer.html
index d25b17996e..59924fa9a4 100644
--- a/library-user-guide/query-optimizer.html
+++ b/library-user-guide/query-optimizer.html
@@ -947,7 +947,7 @@ in isolation (without any other rule being applied).</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/using-the-dataframe-api.html 
b/library-user-guide/using-the-dataframe-api.html
index 9953850e00..4fd6ff933d 100644
--- a/library-user-guide/using-the-dataframe-api.html
+++ b/library-user-guide/using-the-dataframe-api.html
@@ -880,7 +880,7 @@ easily go back and forth between them.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/using-the-sql-api.html 
b/library-user-guide/using-the-sql-api.html
index 760cafd180..689a85f70f 100644
--- a/library-user-guide/using-the-sql-api.html
+++ b/library-user-guide/using-the-sql-api.html
@@ -830,7 +830,7 @@ statement.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/library-user-guide/working-with-exprs.html 
b/library-user-guide/working-with-exprs.html
index 744eca4f1d..0715e63999 100644
--- a/library-user-guide/working-with-exprs.html
+++ b/library-user-guide/working-with-exprs.html
@@ -836,7 +836,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/search.html b/search.html
index 4876b3bbf5..554d4021ae 100644
--- a/search.html
+++ b/search.html
@@ -564,7 +564,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/searchindex.js b/searchindex.js
index 9a705a3776..456f1d7bfd 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[47, "op-neq"]], "!~": [[47, 
"op-re-not-match"]], "!~*": [[47, "op-re-not-match-i"]], "!~~": [[47, "id18"]], 
"!~~*": [[47, "id19"]], "#": [[47, "op-bit-xor"]], "%": [[47, "op-modulo"]], 
"&": [[47, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[9, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[47, "op-multiply"]], "+": [[47, "op-plus"]], "-": [[47, "op-minus"]], "/": 
[[4 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[47, "op-neq"]], "!~": [[47, 
"op-re-not-match"]], "!~*": [[47, "op-re-not-match-i"]], "!~~": [[47, "id18"]], 
"!~~*": [[47, "id19"]], "#": [[47, "op-bit-xor"]], "%": [[47, "op-modulo"]], 
"&": [[47, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[9, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[47, "op-multiply"]], "+": [[47, "op-plus"]], "-": [[47, "op-minus"]], "/": 
[[4 [...]
\ No newline at end of file
diff --git a/user-guide/cli/datasources.html b/user-guide/cli/datasources.html
index 08c0cd2ef0..f6351ad48b 100644
--- a/user-guide/cli/datasources.html
+++ b/user-guide/cli/datasources.html
@@ -1013,7 +1013,7 @@ DataFusion<span class="w"> </span>CLI<span class="w"> 
</span>v21.0.0
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/cli/index.html b/user-guide/cli/index.html
index a19e649904..39d2254874 100644
--- a/user-guide/cli/index.html
+++ b/user-guide/cli/index.html
@@ -614,7 +614,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index 8f444e94b0..ec18bc4fd0 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -648,7 +648,7 @@ docker<span class="w"> </span>run<span class="w"> 
</span>--rm<span class="w"> </
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/cli/overview.html b/user-guide/cli/overview.html
index 1b945372f6..e6ae7c8571 100644
--- a/user-guide/cli/overview.html
+++ b/user-guide/cli/overview.html
@@ -610,7 +610,7 @@ and <a class="reference internal" 
href="datasources.html"><span class="doc std s
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/cli/usage.html b/user-guide/cli/usage.html
index aeb83029d4..7a5779fdd6 100644
--- a/user-guide/cli/usage.html
+++ b/user-guide/cli/usage.html
@@ -997,7 +997,7 @@ in the file. Please refer to the <a class="reference 
external" href="https://par
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 8f6a62346d..5323211f3d 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -953,7 +953,7 @@ Environment variables are read during <code class="docutils 
literal notranslate"
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/crate-configuration.html 
b/user-guide/crate-configuration.html
index a924e4e803..c365e528bc 100644
--- a/user-guide/crate-configuration.html
+++ b/user-guide/crate-configuration.html
@@ -751,7 +751,7 @@ backtrace:<span class="w">    </span><span 
class="m">0</span>:<span class="w"> <
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index 1503dcadcd..a3eca87911 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -641,7 +641,7 @@ the following statement.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 4bca3bae29..415c59cc30 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -787,7 +787,7 @@ unexpectedly.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/explain-usage.html b/user-guide/explain-usage.html
index 0a98e722ec..4560159944 100644
--- a/user-guide/explain-usage.html
+++ b/user-guide/explain-usage.html
@@ -1040,7 +1040,7 @@ Elapsed<span class="w"> </span><span 
class="m">0</span>.062<span class="w"> </sp
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 15a75f57d4..9ef6bc8df4 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -1458,7 +1458,7 @@ but these operators always return a <code class="docutils 
literal notranslate"><
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 330ff2838d..0f249b6698 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -659,7 +659,7 @@ targets end-users rather than developers of other database 
systems.</p></li>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index 9ede31d4bd..fe6c2bfb0d 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -775,7 +775,7 @@ provide integrations with other systems, some of which are 
described below:</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/aggregate_functions.html 
b/user-guide/sql/aggregate_functions.html
index 46ad4d644e..5424c5e4cd 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -942,7 +942,7 @@ Can be a constant, column, or function, and any combination 
of arithmetic operat
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/aggregate_functions_new.html 
b/user-guide/sql/aggregate_functions_new.html
index 9e84d950af..ba052ff1b6 100644
--- a/user-guide/sql/aggregate_functions_new.html
+++ b/user-guide/sql/aggregate_functions_new.html
@@ -2017,7 +2017,7 @@ the rest of the documentation.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index 4b371a7422..43dfe4aab3 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -920,7 +920,7 @@ For example, to cast the output of <code class="docutils 
literal notranslate"><s
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 54be83d0e8..4556b69f78 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -867,7 +867,7 @@ DROP VIEW [ IF EXISTS ] <b><i>view_name</i></b>;
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index ab64be36d1..79ac86a968 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -722,7 +722,7 @@ INSERT INTO <i><b>table_name</i></b> { VALUES ( 
<i><b>expression</i></b> [, ...]
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index a083532b7b..8a65f52143 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -653,7 +653,7 @@ If you need more information output, use <code 
class="docutils literal notransla
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index d8368d583d..fc0fcbea07 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -697,7 +697,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/information_schema.html 
b/user-guide/sql/information_schema.html
index 92801cbd58..e2a0b1b8e8 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -633,7 +633,7 @@ views of the ISO SQL <code class="docutils literal 
notranslate"><span class="pre
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/operators.html b/user-guide/sql/operators.html
index 75b025c996..6d94ff892b 100644
--- a/user-guide/sql/operators.html
+++ b/user-guide/sql/operators.html
@@ -1348,7 +1348,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index 80357a9a5e..e046940c21 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -6275,7 +6275,7 @@ Can be a constant, column, or function, and any 
combination of map operators.</p
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/scalar_functions_new.html 
b/user-guide/sql/scalar_functions_new.html
index 6acf8ed8c6..107262c62f 100644
--- a/user-guide/sql/scalar_functions_new.html
+++ b/user-guide/sql/scalar_functions_new.html
@@ -3563,7 +3563,7 @@ syntax such as <code class="docutils literal 
notranslate"><span class="pre">my_s
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index c38767f824..9f255f123e 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -897,7 +897,7 @@ This order can be changed to descending by adding <code 
class="docutils literal
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index 6ccd2c12da..9167bbdb4f 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -722,7 +722,7 @@ trait, DataFusion includes built in support for the 
following formats:</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 5a7f721fef..c33a2d8ff5 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -1120,7 +1120,7 @@ returns 0 rows.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/window_functions.html 
b/user-guide/sql/window_functions.html
index b99bcc7b4e..25f60c2d10 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -988,7 +988,7 @@ the rest of the documentation.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/window_functions_new.html 
b/user-guide/sql/window_functions_new.html
index 81cde71d08..0251cb0281 100644
--- a/user-guide/sql/window_functions_new.html
+++ b/user-guide/sql/window_functions_new.html
@@ -749,7 +749,7 @@ Instead, the rows retain their separate identities. Behind 
the scenes, the windo
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     
diff --git a/user-guide/sql/write_options.html 
b/user-guide/sql/write_options.html
index 77680e6275..e202beae2e 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -832,7 +832,7 @@
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.1.<br>
 </p>
     </div>
     


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to