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 a525055560 Publish built docs triggered by
268be4553306ae0b85a34c8eb2f44e2c381a49db
a525055560 is described below
commit a525055560dbe453923323c4eb4439d80e9c4d54
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 23 17:46:39 2024 +0000
Publish built docs triggered by 268be4553306ae0b85a34c8eb2f44e2c381a49db
---
_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 d2e012cf40..561824772a 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -772,7 +772,7 @@ concat(str[, ..., str_n])
Concatenates multiple strings together with a specified separator.
```
-concat(separator, str[, ..., str_n])
+concat_ws(separator, str[, ..., str_n])
```
#### Arguments
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 1263cd5cbf..db2bc42ceb 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -4698,7 +4698,7 @@ Can be a constant, column, or function, and any
combination of string operators.
<section id="concat-ws">
<h3><code class="docutils literal notranslate"><span
class="pre">concat_ws</span></code><a class="headerlink" href="#concat-ws"
title="Link to this heading">ΒΆ</a></h3>
<p>Concatenates multiple strings together with a specified separator.</p>
-<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">concat</span><span
class="p">(</span><span class="n">separator</span><span class="p">,</span>
<span class="nb">str</span><span class="p">[,</span> <span
class="o">...</span><span class="p">,</span> <span class="n">str_n</span><span
class="p">])</span>
+<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">concat_ws</span><span
class="p">(</span><span class="n">separator</span><span class="p">,</span>
<span class="nb">str</span><span class="p">[,</span> <span
class="o">...</span><span class="p">,</span> <span class="n">str_n</span><span
class="p">])</span>
</pre></div>
</div>
<section id="id44">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]