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 c049635560 Publish built docs triggered by
ace9cd44b7356d60e6d69d0b98ac3f5606d55507
c049635560 is described below
commit c049635560cc43a9553df175a06f253367ec8e36
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 20 09:30:32 2026 +0000
Publish built docs triggered by ace9cd44b7356d60e6d69d0b98ac3f5606d55507
---
_sources/user-guide/sql/scalar_functions.md.txt | 12 ++++++------
searchindex.js | 2 +-
user-guide/sql/scalar_functions.html | 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index 9e0a56cd03..78d13066d9 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -1225,7 +1225,7 @@ bit_length(str)
### `btrim`
-Trims the specified trim string from the start and end of a string. If no trim
string is provided, all whitespace is removed from the start and end of the
input string.
+Trims the specified trim string from the start and end of a string. If no trim
string is provided, all spaces are removed from the start and end of the input
string.
```sql
btrim(str[, trim_str])
@@ -1234,7 +1234,7 @@ btrim(str[, trim_str])
#### Arguments
- **str**: String expression to operate on. Can be a constant, column, or
function, and any combination of operators.
-- **trim_str**: String expression to operate on. Can be a constant, column, or
function, and any combination of operators. _Default is whitespace characters._
+- **trim_str**: String expression to operate on. Can be a constant, column, or
function, and any combination of operators. _Default is a space._
#### Example
@@ -1612,7 +1612,7 @@ lpad(str, n[, padding_str])
### `ltrim`
-Trims the specified trim string from the beginning of a string. If no trim
string is provided, all whitespace is removed from the start of the input
string.
+Trims the specified trim string from the beginning of a string. If no trim
string is provided, spaces are removed from the start of the input string.
```sql
ltrim(str[, trim_str])
@@ -1621,7 +1621,7 @@ ltrim(str[, trim_str])
#### Arguments
- **str**: String expression to operate on. Can be a constant, column, or
function, and any combination of operators.
-- **trim_str**: String expression to trim from the beginning of the input
string. Can be a constant, column, or function, and any combination of
arithmetic operators. _Default is whitespace characters._
+- **trim_str**: String expression to trim from the beginning of the input
string. Can be a constant, column, or function, and any combination of
arithmetic operators. _Default is a space._
#### Example
@@ -1840,7 +1840,7 @@ rpad(str, n[, padding_str])
### `rtrim`
-Trims the specified trim string from the end of a string. If no trim string is
provided, all whitespace is removed from the end of the input string.
+Trims the specified trim string from the end of a string. If no trim string is
provided, all spaces are removed from the end of the input string.
```sql
rtrim(str[, trim_str])
@@ -1849,7 +1849,7 @@ rtrim(str[, trim_str])
#### Arguments
- **str**: String expression to operate on. Can be a constant, column, or
function, and any combination of operators.
-- **trim_str**: String expression to trim from the end of the input string.
Can be a constant, column, or function, and any combination of arithmetic
operators. _Default is whitespace characters._
+- **trim_str**: String expression to trim from the end of the input string.
Can be a constant, column, or function, and any combination of arithmetic
operators. _Default is a space._
#### Example
diff --git a/searchindex.js b/searchindex.js
index f5627c13e6..8f4d3320af 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[71,"op-neq"]],"!~":[[71,"op-re-not-match"]],"!~*":[[71,"op-re-not-match-i"]],"!~~":[[71,"id19"]],"!~~*":[[71,"id20"]],"#":[[71,"op-bit-xor"]],"%":[[71,"op-modulo"]],"&":[[71,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[71,"op-multiply"]],"+":[[71,"op-plus"]],"-":[[71,"op-minus"]],"/":[[71,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[71,"op-neq"]],"!~":[[71,"op-re-not-match"]],"!~*":[[71,"op-re-not-match-i"]],"!~~":[[71,"id19"]],"!~~*":[[71,"id20"]],"#":[[71,"op-bit-xor"]],"%":[[71,"op-modulo"]],"&":[[71,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[71,"op-multiply"]],"+":[[71,"op-plus"]],"-":[[71,"op-minus"]],"/":[[71,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 28522a2286..cde0b047d1 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -1677,7 +1677,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
</section>
<section id="btrim">
<h3><code class="docutils literal notranslate"><span
class="pre">btrim</span></code><a class="headerlink" href="#btrim" title="Link
to this heading">#</a></h3>
-<p>Trims the specified trim string from the start and end of a string. If no
trim string is provided, all whitespace is removed from the start and end of
the input string.</p>
+<p>Trims the specified trim string from the start and end of a string. If no
trim string is provided, all spaces are removed from the start and end of the
input string.</p>
<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="n">btrim</span><span
class="p">(</span><span class="n">str</span><span class="p">[,</span><span
class="w"> </span><span class="n">trim_str</span><span class="p">])</span>
</pre></div>
</div>
@@ -1685,7 +1685,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
<h4>Arguments<a class="headerlink" href="#id88" title="Link to this
heading">#</a></h4>
<ul class="simple">
<li><p><strong>str</strong>: String expression to operate on. Can be a
constant, column, or function, and any combination of operators.</p></li>
-<li><p><strong>trim_str</strong>: String expression to operate on. Can be a
constant, column, or function, and any combination of operators. <em>Default is
whitespace characters.</em></p></li>
+<li><p><strong>trim_str</strong>: String expression to operate on. Can be a
constant, column, or function, and any combination of operators. <em>Default is
a space.</em></p></li>
</ul>
</section>
<section id="id89">
@@ -2080,7 +2080,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
</section>
<section id="ltrim">
<h3><code class="docutils literal notranslate"><span
class="pre">ltrim</span></code><a class="headerlink" href="#ltrim" title="Link
to this heading">#</a></h3>
-<p>Trims the specified trim string from the beginning of a string. If no trim
string is provided, all whitespace is removed from the start of the input
string.</p>
+<p>Trims the specified trim string from the beginning of a string. If no trim
string is provided, spaces are removed from the start of the input string.</p>
<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="n">ltrim</span><span
class="p">(</span><span class="n">str</span><span class="p">[,</span><span
class="w"> </span><span class="n">trim_str</span><span class="p">])</span>
</pre></div>
</div>
@@ -2088,7 +2088,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
<h4>Arguments<a class="headerlink" href="#id116" title="Link to this
heading">#</a></h4>
<ul class="simple">
<li><p><strong>str</strong>: String expression to operate on. Can be a
constant, column, or function, and any combination of operators.</p></li>
-<li><p><strong>trim_str</strong>: String expression to trim from the beginning
of the input string. Can be a constant, column, or function, and any
combination of arithmetic operators. <em>Default is whitespace
characters.</em></p></li>
+<li><p><strong>trim_str</strong>: String expression to trim from the beginning
of the input string. Can be a constant, column, or function, and any
combination of arithmetic operators. <em>Default is a space.</em></p></li>
</ul>
</section>
<section id="id117">
@@ -2316,7 +2316,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
</section>
<section id="rtrim">
<h3><code class="docutils literal notranslate"><span
class="pre">rtrim</span></code><a class="headerlink" href="#rtrim" title="Link
to this heading">#</a></h3>
-<p>Trims the specified trim string from the end of a string. If no trim string
is provided, all whitespace is removed from the end of the input string.</p>
+<p>Trims the specified trim string from the end of a string. If no trim string
is provided, all spaces are removed from the end of the input string.</p>
<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="n">rtrim</span><span
class="p">(</span><span class="n">str</span><span class="p">[,</span><span
class="w"> </span><span class="n">trim_str</span><span class="p">])</span>
</pre></div>
</div>
@@ -2324,7 +2324,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
<h4>Arguments<a class="headerlink" href="#id133" title="Link to this
heading">#</a></h4>
<ul class="simple">
<li><p><strong>str</strong>: String expression to operate on. Can be a
constant, column, or function, and any combination of operators.</p></li>
-<li><p><strong>trim_str</strong>: String expression to trim from the end of
the input string. Can be a constant, column, or function, and any combination
of arithmetic operators. <em>Default is whitespace characters.</em></p></li>
+<li><p><strong>trim_str</strong>: String expression to trim from the end of
the input string. Can be a constant, column, or function, and any combination
of arithmetic operators. <em>Default is a space.</em></p></li>
</ul>
</section>
<section id="id134">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]