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 3c15301281 Publish built docs triggered by
d493f3d441aa30e7e83d4ff918e07681f985a966
3c15301281 is described below
commit 3c15301281b28d2aab08019d426ffda5a0511cd9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 19 03:53:57 2025 +0000
Publish built docs triggered by d493f3d441aa30e7e83d4ff918e07681f985a966
---
_sources/user-guide/sql/scalar_functions.md.txt | 2 +-
user-guide/sql/scalar_functions.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index c0e3cd6737..89ebf09991 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -294,7 +294,7 @@ ceil(numeric_expression)
#### Example
```sql
- > SELECT ceil(3.14);
+> SELECT ceil(3.14);
+------------+
| ceil(3.14) |
+------------+
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 1a95ae2fb2..e0f8307cfe 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -690,7 +690,7 @@ Can be a constant, column, or function, and any combination
of arithmetic operat
</section>
<section id="id18">
<h4>Example<a class="headerlink" href="#id18" title="Link to this
heading">#</a></h4>
-<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="w"> </span><span
class="o">></span><span class="w"> </span><span class="k">SELECT</span><span
class="w"> </span><span class="n">ceil</span><span class="p">(</span><span
class="mi">3</span><span class="p">.</span><span class="mi">14</span><span
class="p">);</span>
+<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="o">></span><span class="w">
</span><span class="k">SELECT</span><span class="w"> </span><span
class="n">ceil</span><span class="p">(</span><span class="mi">3</span><span
class="p">.</span><span class="mi">14</span><span class="p">);</span>
<span class="o">+</span><span class="c1">------------+</span>
<span class="o">|</span><span class="w"> </span><span
class="n">ceil</span><span class="p">(</span><span class="mi">3</span><span
class="p">.</span><span class="mi">14</span><span class="p">)</span><span
class="w"> </span><span class="o">|</span>
<span class="o">+</span><span class="c1">------------+</span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]