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 7ac89d5586 Publish built docs triggered by
2d1d53e2afe17f2aa35be649e85ebe611ee23497
7ac89d5586 is described below
commit 7ac89d5586b5a2197f65c5c7422390766f60c198
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 03:37:00 2026 +0000
Publish built docs triggered by 2d1d53e2afe17f2aa35be649e85ebe611ee23497
---
_sources/user-guide/sql/scalar_functions.md.txt | 2 +-
searchindex.js | 2 +-
user-guide/sql/scalar_functions.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index 7010a2b7c1..4786163cb5 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -420,7 +420,7 @@ exp(numeric_expression)
### `factorial`
-Factorial. Returns 1 if value is less than 2.
+Factorial of a non-negative integer. Errors if the argument is negative or the
result overflows.
```sql
factorial(numeric_expression)
diff --git a/searchindex.js b/searchindex.js
index ffee324897..5750ec77f3 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[73,"op-neq"]],"!~":[[73,"op-re-not-match"]],"!~*":[[73,"op-re-not-match-i"]],"!~~":[[73,"id19"]],"!~~*":[[73,"id20"]],"#":[[73,"op-bit-xor"]],"%":[[73,"op-modulo"]],"&":[[73,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[15,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[73,"op-multiply"]],"+":[[73,"op-plus"]],"-":[[73,"op-minus"]],"/":[[73,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[73,"op-neq"]],"!~":[[73,"op-re-not-match"]],"!~*":[[73,"op-re-not-match-i"]],"!~~":[[73,"id19"]],"!~~*":[[73,"id20"]],"#":[[73,"op-bit-xor"]],"%":[[73,"op-modulo"]],"&":[[73,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[15,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[73,"op-multiply"]],"+":[[73,"op-plus"]],"-":[[73,"op-minus"]],"/":[[73,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index a9502bedc3..1f9a8be510 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -847,7 +847,7 @@ Can be a constant, column, or function, and any combination
of arithmetic operat
</section>
<section id="factorial">
<h3><code class="docutils literal notranslate"><span
class="pre">factorial</span></code><a class="headerlink" href="#factorial"
title="Link to this heading">#</a></h3>
-<p>Factorial. Returns 1 if value is less than 2.</p>
+<p>Factorial of a non-negative integer. Errors if the argument is negative or
the result overflows.</p>
<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="n">factorial</span><span
class="p">(</span><span class="n">numeric_expression</span><span
class="p">)</span>
</pre></div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]