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 d22748fea2 Publish built docs triggered by 
5d6254cd99a603f7a63b055457cc31b92b38f469
d22748fea2 is described below

commit d22748fea2cff2b85961c7c84ed411d370154d64
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 16 17:27:07 2024 +0000

    Publish built docs triggered by 5d6254cd99a603f7a63b055457cc31b92b38f469
---
 .../user-guide/sql/aggregate_functions_new.md.txt  | 47 +++++++++++-----------
 user-guide/sql/aggregate_functions_new.html        | 47 +++++++++++-----------
 2 files changed, 46 insertions(+), 48 deletions(-)

diff --git a/_sources/user-guide/sql/aggregate_functions_new.md.txt 
b/_sources/user-guide/sql/aggregate_functions_new.md.txt
index fc918c3b15..6c9d9b043f 100644
--- a/_sources/user-guide/sql/aggregate_functions_new.md.txt
+++ b/_sources/user-guide/sql/aggregate_functions_new.md.txt
@@ -70,7 +70,7 @@ array_agg(expression [ORDER BY expression])
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -93,8 +93,7 @@ avg(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
-- **Aliases: **: `mean`
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -157,7 +156,7 @@ bool_and(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -180,7 +179,7 @@ bool_and(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -203,7 +202,7 @@ count(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -233,7 +232,7 @@ first_value(expression [ORDER BY expression])
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -283,7 +282,7 @@ first_value(expression [ORDER BY expression])
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -306,7 +305,7 @@ max(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -333,7 +332,7 @@ median(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -356,7 +355,7 @@ max(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -404,7 +403,7 @@ sum(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -483,8 +482,8 @@ corr(expression1, expression2)
 
 #### Arguments
 
-- **expression1**: First expression to operate on. Can be a constant, column, 
or function, and any combination of arithmetic operators.
-- **expression2**: Second expression to operate on. Can be a constant, column, 
or function, and any combination of arithmetic operators.
+- **expression1**: First expression to operate on. Can be a constant, column, 
or function, and any combination of operators.
+- **expression2**: Second expression to operate on. Can be a constant, column, 
or function, and any combination of operators.
 
 #### Example
 
@@ -511,8 +510,8 @@ covar_samp(expression1, expression2)
 
 #### Arguments
 
-- **expression1**: First expression to operate on. Can be a constant, column, 
or function, and any combination of arithmetic operators.
-- **expression2**: Second expression to operate on. Can be a constant, column, 
or function, and any combination of arithmetic operators.
+- **expression1**: First expression to operate on. Can be a constant, column, 
or function, and any combination of operators.
+- **expression2**: Second expression to operate on. Can be a constant, column, 
or function, and any combination of operators.
 
 #### Example
 
@@ -535,8 +534,8 @@ covar_samp(expression1, expression2)
 
 #### Arguments
 
-- **expression1**: First expression to operate on. Can be a constant, column, 
or function, and any combination of arithmetic operators.
-- **expression2**: Second expression to operate on. Can be a constant, column, 
or function, and any combination of arithmetic operators.
+- **expression1**: First expression to operate on. Can be a constant, column, 
or function, and any combination of operators.
+- **expression2**: Second expression to operate on. Can be a constant, column, 
or function, and any combination of operators.
 
 #### Example
 
@@ -592,7 +591,7 @@ stddev(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -619,7 +618,7 @@ stddev(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -653,7 +652,7 @@ approx_distinct(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -676,7 +675,7 @@ approx_median(expression)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 
 #### Example
 
@@ -699,7 +698,7 @@ approx_percentile_cont(expression, percentile, centroids)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 - **percentile**: Percentile to compute. Must be a float value between 0 and 1 
(inclusive).
 - **centroids**: Number of centroids to use in the t-digest algorithm. 
_Default is 100_. A higher number results in more accurate approximation but 
requires more memory.
 
@@ -724,7 +723,7 @@ approx_percentile_cont_with_weight(expression, weight, 
percentile)
 
 #### Arguments
 
-- **expression**: Expression to operate on. Can be a constant, column, or 
function, and any combination of arithmetic operators.
+- **expression**: The expression to operate on. Can be a constant, column, or 
function, and any combination of operators.
 - **weight**: Expression to use as weight. Can be a constant, column, or 
function, and any combination of arithmetic operators.
 - **percentile**: Percentile to compute. Must be a float value between 0 and 1 
(inclusive).
 
diff --git a/user-guide/sql/aggregate_functions_new.html 
b/user-guide/sql/aggregate_functions_new.html
index a38b97bc39..1903060ad9 100644
--- a/user-guide/sql/aggregate_functions_new.html
+++ b/user-guide/sql/aggregate_functions_new.html
@@ -1260,7 +1260,7 @@ the rest of the documentation.</p>
 <section id="arguments">
 <h4>Arguments<a class="headerlink" href="#arguments" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="example">
@@ -1284,8 +1284,7 @@ the rest of the documentation.</p>
 <section id="id1">
 <h4>Arguments<a class="headerlink" href="#id1" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
-<li><p>**Aliases: **: <code class="docutils literal notranslate"><span 
class="pre">mean</span></code></p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id2">
@@ -1354,7 +1353,7 @@ the rest of the documentation.</p>
 <section id="id6">
 <h4>Arguments<a class="headerlink" href="#id6" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id7">
@@ -1378,7 +1377,7 @@ the rest of the documentation.</p>
 <section id="id8">
 <h4>Arguments<a class="headerlink" href="#id8" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id9">
@@ -1402,7 +1401,7 @@ the rest of the documentation.</p>
 <section id="id10">
 <h4>Arguments<a class="headerlink" href="#id10" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id11">
@@ -1433,7 +1432,7 @@ the rest of the documentation.</p>
 <section id="id12">
 <h4>Arguments<a class="headerlink" href="#id12" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id13">
@@ -1485,7 +1484,7 @@ the rest of the documentation.</p>
 <section id="id16">
 <h4>Arguments<a class="headerlink" href="#id16" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id17">
@@ -1509,7 +1508,7 @@ the rest of the documentation.</p>
 <section id="id18">
 <h4>Arguments<a class="headerlink" href="#id18" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id19">
@@ -1537,7 +1536,7 @@ the rest of the documentation.</p>
 <section id="id20">
 <h4>Arguments<a class="headerlink" href="#id20" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id21">
@@ -1561,7 +1560,7 @@ the rest of the documentation.</p>
 <section id="id22">
 <h4>Arguments<a class="headerlink" href="#id22" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id23">
@@ -1611,7 +1610,7 @@ the rest of the documentation.</p>
 <section id="id26">
 <h4>Arguments<a class="headerlink" href="#id26" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id27">
@@ -1699,8 +1698,8 @@ the rest of the documentation.</p>
 <section id="id32">
 <h4>Arguments<a class="headerlink" href="#id32" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression1</strong>: First expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
-<li><p><strong>expression2</strong>: Second expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression1</strong>: First expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
+<li><p><strong>expression2</strong>: Second expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id33">
@@ -1728,8 +1727,8 @@ the rest of the documentation.</p>
 <section id="id34">
 <h4>Arguments<a class="headerlink" href="#id34" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression1</strong>: First expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
-<li><p><strong>expression2</strong>: Second expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression1</strong>: First expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
+<li><p><strong>expression2</strong>: Second expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id35">
@@ -1753,8 +1752,8 @@ the rest of the documentation.</p>
 <section id="id36">
 <h4>Arguments<a class="headerlink" href="#id36" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression1</strong>: First expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
-<li><p><strong>expression2</strong>: Second expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression1</strong>: First expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
+<li><p><strong>expression2</strong>: Second expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id37">
@@ -1814,7 +1813,7 @@ the rest of the documentation.</p>
 <section id="id41">
 <h4>Arguments<a class="headerlink" href="#id41" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id42">
@@ -1844,7 +1843,7 @@ the rest of the documentation.</p>
 <section id="id44">
 <h4>Arguments<a class="headerlink" href="#id44" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id45">
@@ -1881,7 +1880,7 @@ the rest of the documentation.</p>
 <section id="id46">
 <h4>Arguments<a class="headerlink" href="#id46" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id47">
@@ -1905,7 +1904,7 @@ the rest of the documentation.</p>
 <section id="id48">
 <h4>Arguments<a class="headerlink" href="#id48" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 </ul>
 </section>
 <section id="id49">
@@ -1929,7 +1928,7 @@ the rest of the documentation.</p>
 <section id="id50">
 <h4>Arguments<a class="headerlink" href="#id50" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 <li><p><strong>percentile</strong>: Percentile to compute. Must be a float 
value between 0 and 1 (inclusive).</p></li>
 <li><p><strong>centroids</strong>: Number of centroids to use in the t-digest 
algorithm. <em>Default is 100</em>. A higher number results in more accurate 
approximation but requires more memory.</p></li>
 </ul>
@@ -1955,7 +1954,7 @@ the rest of the documentation.</p>
 <section id="id52">
 <h4>Arguments<a class="headerlink" href="#id52" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
-<li><p><strong>expression</strong>: Expression to operate on. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
+<li><p><strong>expression</strong>: The expression to operate on. Can be a 
constant, column, or function, and any combination of operators.</p></li>
 <li><p><strong>weight</strong>: Expression to use as weight. Can be a 
constant, column, or function, and any combination of arithmetic 
operators.</p></li>
 <li><p><strong>percentile</strong>: Percentile to compute. Must be a float 
value between 0 and 1 (inclusive).</p></li>
 </ul>


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

Reply via email to