This is an automated email from the ASF dual-hosted git repository.
github-actions[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 78e48239fb Publish built docs triggered by
9951f0b351b751d26b66085190ac969ecd53b34d
78e48239fb is described below
commit 78e48239fbf7dc10dd01599530771efa8f916e35
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 09:44:20 2026 +0000
Publish built docs triggered by 9951f0b351b751d26b66085190ac969ecd53b34d
---
_sources/user-guide/sql/scalar_functions.md.txt | 4 ++--
user-guide/sql/scalar_functions.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index d1a9f37fc9..1ba1e8c820 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -4858,7 +4858,7 @@ _Alias of [inner_product](#inner_product)._
### `empty`
-Returns 1 for an empty array or 0 for a non-empty array.
+Returns true for an empty array or false for a non-empty array.
```sql
empty(array)
@@ -4875,7 +4875,7 @@ empty(array)
+------------------+
| empty(List([1])) |
+------------------+
-| 0 |
+| false |
+------------------+
```
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 5394a9d0d1..c9f18f2d96 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -5532,7 +5532,7 @@ Integers, unsigned integers, and floats are interpreted
as seconds since the uni
</section>
<section id="empty">
<h3><code class="docutils literal notranslate"><span
class="pre">empty</span></code><a class="headerlink" href="#empty" title="Link
to this heading">#</a></h3>
-<p>Returns 1 for an empty array or 0 for a non-empty array.</p>
+<p>Returns true for an empty array or false for a non-empty array.</p>
<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="n">empty</span><span
class="p">(</span><span class="nb">array</span><span class="p">)</span>
</pre></div>
</div>
@@ -5548,7 +5548,7 @@ Integers, unsigned integers, and floats are interpreted
as seconds since the uni
<span class="o">+</span><span class="c1">------------------+</span>
<span class="o">|</span><span class="w"> </span><span
class="n">empty</span><span class="p">(</span><span class="n">List</span><span
class="p">([</span><span class="mi">1</span><span class="p">]))</span><span
class="w"> </span><span class="o">|</span>
<span class="o">+</span><span class="c1">------------------+</span>
-<span class="o">|</span><span class="w"> </span><span class="mi">0</span><span
class="w"> </span><span class="o">|</span>
+<span class="o">|</span><span class="w"> </span><span
class="k">false</span><span class="w"> </span><span
class="o">|</span>
<span class="o">+</span><span class="c1">------------------+</span>
</pre></div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]