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 8ae8ddde0e Publish built docs triggered by
b69fa6723dba4f13c14c292bf9a92e309ca9d22c
8ae8ddde0e is described below
commit 8ae8ddde0e9df565383c049c908fa48db8053d2c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 13 00:39:29 2024 +0000
Publish built docs triggered by b69fa6723dba4f13c14c292bf9a92e309ca9d22c
---
.asf.yaml | 1 -
_sources/user-guide/sql/scalar_functions.md.txt | 4 +++-
searchindex.js | 2 +-
user-guide/sql/scalar_functions.html | 3 ++-
4 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 1fc5656636..8e939c695d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -53,4 +53,3 @@ github:
# https://datafusion.apache.org/
publish:
whoami: asf-site
-
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index 208d18f0e5..4e74cfc54a 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -1046,7 +1046,9 @@ find_in_set(str, strlist)
### `initcap`
-Capitalizes the first character in each word in the input string. Words are
delimited by non-alphanumeric characters.
+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.
```
initcap(str)
diff --git a/searchindex.js b/searchindex.js
index 8ee1415c3b..0d29c39742 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 a109a17e6d..6dd26ed9c6 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -5531,7 +5531,8 @@ 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 input string. Words are
delimited by non-alphanumeric characters.</p>
+<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>
<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]