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 dd91e11f88 Publish built docs triggered by
b7f6090874b529552efcd5746c85c96e2c7002e3
dd91e11f88 is described below
commit dd91e11f88210f91a8ff9f2f711a47ab64279cc6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 20 02:34:19 2026 +0000
Publish built docs triggered by b7f6090874b529552efcd5746c85c96e2c7002e3
---
_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 02b4b55fe6..9e0a56cd03 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -1592,7 +1592,7 @@ lpad(str, n[, padding_str])
#### Arguments
- **str**: String expression to operate on. Can be a constant, column, or
function, and any combination of operators.
-- **n**: String length to pad to.
+- **n**: String length to pad to. If the input string is longer than this
length, it is truncated (on the right).
- **padding_str**: Optional string expression to pad with. Can be a constant,
column, or function, and any combination of string operators. _Default is a
space._
#### Example
@@ -1820,7 +1820,7 @@ rpad(str, n[, padding_str])
#### Arguments
- **str**: String expression to operate on. Can be a constant, column, or
function, and any combination of operators.
-- **n**: String length to pad to.
+- **n**: String length to pad to. If the input string is longer than this
length, it is truncated.
- **padding_str**: String expression to pad with. Can be a constant, column,
or function, and any combination of string operators. _Default is a space._
#### Example
diff --git a/searchindex.js b/searchindex.js
index 4210956a27..f5627c13e6 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 f63099c404..28522a2286 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -2058,7 +2058,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
<h4>Arguments<a class="headerlink" href="#id114" 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>n</strong>: String length to pad to.</p></li>
+<li><p><strong>n</strong>: String length to pad to. If the input string is
longer than this length, it is truncated (on the right).</p></li>
<li><p><strong>padding_str</strong>: Optional string expression to pad with.
Can be a constant, column, or function, and any combination of string
operators. <em>Default is a space.</em></p></li>
</ul>
</section>
@@ -2294,7 +2294,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
<h4>Arguments<a class="headerlink" href="#id131" 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>n</strong>: String length to pad to.</p></li>
+<li><p><strong>n</strong>: String length to pad to. If the input string is
longer than this length, it is truncated.</p></li>
<li><p><strong>padding_str</strong>: String expression to pad with. Can be a
constant, column, or function, and any combination of string operators.
<em>Default is a space.</em></p></li>
</ul>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]