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 cc34808261 Publish built docs triggered by 
3b8fabdefd0ad0087fc93f727a8f582e1d74f0c5
cc34808261 is described below

commit cc3480826183e6d89902a81c5b02993b63e56e7a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 13 20:27:22 2025 +0000

    Publish built docs triggered by 3b8fabdefd0ad0087fc93f727a8f582e1d74f0c5
---
 _sources/user-guide/sql/scalar_functions.md.txt | 4 ++--
 searchindex.js                                  | 2 +-
 user-guide/sql/scalar_functions.html            | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/_sources/user-guide/sql/scalar_functions.md.txt 
b/_sources/user-guide/sql/scalar_functions.md.txt
index 6de2c411b0..dd88c712ef 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -768,7 +768,7 @@ nvl2(expression1, expression2, expression3)
 
 ### `ascii`
 
-Returns the Unicode character code of the first character in a string.
+Returns the first Unicode scalar value of a string.
 
 ```sql
 ascii(str)
@@ -909,7 +909,7 @@ character_length(str)
 
 ### `chr`
 
-Returns the character with the specified ASCII or Unicode code value.
+Returns a string containing the character with the specified Unicode scalar 
value.
 
 ```sql
 chr(expression)
diff --git a/searchindex.js b/searchindex.js
index ccb8491e64..04a51d8d3e 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[57,"op-neq"]],"!~":[[57,"op-re-not-match"]],"!~*":[[57,"op-re-not-match-i"]],"!~~":[[57,"id19"]],"!~~*":[[57,"id20"]],"#":[[57,"op-bit-xor"]],"%":[[57,"op-modulo"]],"&":[[57,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[57,"op-multiply"]],"+":[[57,"op-plus"]],"-":[[57,"op-minus"]],"/":[[57,"op-divide"]],"<":[[57,"op-lt"]],"<
 [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[57,"op-neq"]],"!~":[[57,"op-re-not-match"]],"!~*":[[57,"op-re-not-match-i"]],"!~~":[[57,"id19"]],"!~~*":[[57,"id20"]],"#":[[57,"op-bit-xor"]],"%":[[57,"op-modulo"]],"&":[[57,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[57,"op-multiply"]],"+":[[57,"op-plus"]],"-":[[57,"op-minus"]],"/":[[57,"op-divide"]],"<":[[57,"op-lt"]],"<
 [...]
\ No newline at end of file
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index 00a171bc09..0176e722e0 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -5485,7 +5485,7 @@ This can be used to perform the inverse operation of <a 
class="reference interna
 </ul>
 <section id="ascii">
 <h3><code class="docutils literal notranslate"><span 
class="pre">ascii</span></code><a class="headerlink" href="#ascii" title="Link 
to this heading">¶</a></h3>
-<p>Returns the Unicode character code of the first character in a string.</p>
+<p>Returns the first Unicode scalar value of a string.</p>
 <div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="n">ascii</span><span 
class="p">(</span><span class="n">str</span><span class="p">)</span>
 </pre></div>
 </div>
@@ -5633,7 +5633,7 @@ This can be used to perform the inverse operation of <a 
class="reference interna
 </section>
 <section id="chr">
 <h3><code class="docutils literal notranslate"><span 
class="pre">chr</span></code><a class="headerlink" href="#chr" title="Link to 
this heading">¶</a></h3>
-<p>Returns the character with the specified ASCII or Unicode code value.</p>
+<p>Returns a string containing the character with the specified Unicode scalar 
value.</p>
 <div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="n">chr</span><span 
class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to