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 94087ebf67 Publish built docs triggered by
a267784bc60910bfdf558b4f8e600c1890ad6245
94087ebf67 is described below
commit 94087ebf6778cb6c34de3448ae29345efc6dd128
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 22 11:11:06 2024 +0000
Publish built docs triggered by a267784bc60910bfdf558b4f8e600c1890ad6245
---
_sources/user-guide/sql/scalar_functions.md.txt | 4 +---
searchindex.js | 2 +-
user-guide/sql/scalar_functions.html | 3 +--
3 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index 2e4147f96e..be4f5e56b3 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -1070,9 +1070,7 @@ find_in_set(str, strlist)
### `initcap`
-Capitalizes the first character in each word in the ASCII input string. Words
are delimited by non-alphanumeric characters.
-
-Note this function does not support UTF-8 characters.
+Capitalizes the first character in each word in the input string. Words are
delimited by non-alphanumeric characters.
```
initcap(str)
diff --git a/searchindex.js b/searchindex.js
index 66162728b6..1fbc0f2c50 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[48, "op-neq"]], "!~": [[48,
"op-re-not-match"]], "!~*": [[48, "op-re-not-match-i"]], "!~~": [[48, "id18"]],
"!~~*": [[48, "id19"]], "#": [[48, "op-bit-xor"]], "%": [[48, "op-modulo"]],
"&": [[48, "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"]], "*":
[[48, "op-multiply"]], "+": [[48, "op-plus"]], "-": [[48, "op-minus"]], "/":
[[4 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[48, "op-neq"]], "!~": [[48,
"op-re-not-match"]], "!~*": [[48, "op-re-not-match-i"]], "!~~": [[48, "id18"]],
"!~~*": [[48, "id19"]], "#": [[48, "op-bit-xor"]], "%": [[48, "op-modulo"]],
"&": [[48, "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"]], "*":
[[48, "op-multiply"]], "+": [[48, "op-plus"]], "-": [[48, "op-minus"]], "/":
[[4 [...]
\ No newline at end of file
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 5c77b2751d..24a4af60b2 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -5577,8 +5577,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
</section>
<section id="initcap">
<h3><code class="docutils literal notranslate"><span
class="pre">initcap</span></code><a class="headerlink" href="#initcap"
title="Link to this heading">ΒΆ</a></h3>
-<p>Capitalizes the first character in each word in the ASCII input string.
Words are delimited by non-alphanumeric characters.</p>
-<p>Note this function does not support UTF-8 characters.</p>
+<p>Capitalizes the first character in each word in the input string. Words are
delimited by non-alphanumeric characters.</p>
<div class="highlight-default notranslate"><div
class="highlight"><pre><span></span><span class="n">initcap</span><span
class="p">(</span><span class="nb">str</span><span class="p">)</span>
</pre></div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]