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 cb186e1b35 Publish built docs triggered by
fb5378d3ba23855c06c7baac653b91b4974f6d3c
cb186e1b35 is described below
commit cb186e1b35fdd55766f28463eb58200ddcd9088c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 29 13:09:36 2024 +0000
Publish built docs triggered by fb5378d3ba23855c06c7baac653b91b4974f6d3c
---
_sources/user-guide/sql/scalar_functions.md.txt | 18 +++++++++---------
user-guide/sql/scalar_functions.html | 7 +++++--
2 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index be4f5e56b3..081509165e 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -4195,14 +4195,14 @@ digest(expression, algorithm)
- **expression**: String expression to operate on. Can be a constant, column,
or function, and any combination of operators.
- **algorithm**: String expression specifying algorithm to use. Must be one of:
-- md5
-- sha224
-- sha256
-- sha384
-- sha512
-- blake2s
-- blake2b
-- blake3
+ - md5
+ - sha224
+ - sha256
+ - sha384
+ - sha512
+ - blake2s
+ - blake2b
+ - blake3
#### Example
@@ -4317,7 +4317,7 @@ sha512(expression)
#### Arguments
-- **expression**: String
+- **expression**: String expression to operate on. Can be a constant, column,
or function, and any combination of operators.
#### Example
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 24a4af60b2..af8d803f17 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -8876,7 +8876,8 @@ For <code class="docutils literal notranslate"><span
class="pre">make_map</span>
<h4>Arguments<a class="headerlink" href="#id289" title="Link to this
heading">¶</a></h4>
<ul class="simple">
<li><p><strong>expression</strong>: String expression to operate on. Can be a
constant, column, or function, and any combination of operators.</p></li>
-<li><p><strong>algorithm</strong>: String expression specifying algorithm to
use. Must be one of:</p></li>
+<li><p><strong>algorithm</strong>: String expression specifying algorithm to
use. Must be one of:</p>
+<ul>
<li><p>md5</p></li>
<li><p>sha224</p></li>
<li><p>sha256</p></li>
@@ -8886,6 +8887,8 @@ For <code class="docutils literal notranslate"><span
class="pre">make_map</span>
<li><p>blake2b</p></li>
<li><p>blake3</p></li>
</ul>
+</li>
+</ul>
</section>
<section id="id290">
<h4>Example<a class="headerlink" href="#id290" title="Link to this
heading">¶</a></h4>
@@ -9004,7 +9007,7 @@ For <code class="docutils literal notranslate"><span
class="pre">make_map</span>
<section id="id299">
<h4>Arguments<a class="headerlink" href="#id299" title="Link to this
heading">¶</a></h4>
<ul class="simple">
-<li><p><strong>expression</strong>: String</p></li>
+<li><p><strong>expression</strong>: String expression to operate on. Can be a
constant, column, or function, and any combination of operators.</p></li>
</ul>
</section>
<section id="id300">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]