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 121c1fbfa4 Publish built docs triggered by 
322d83526909ab44cfbe34b982d1a1c36a4dbe8f
121c1fbfa4 is described below

commit 121c1fbfa43131de4f100392a5724271c0579a24
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 28 03:19:42 2024 +0000

    Publish built docs triggered by 322d83526909ab44cfbe34b982d1a1c36a4dbe8f
---
 _sources/user-guide/sql/aggregate_functions.md.txt | 14 ------
 searchindex.js                                     |  2 +-
 user-guide/sql/aggregate_functions.html            | 55 +++++-----------------
 3 files changed, 13 insertions(+), 58 deletions(-)

diff --git a/_sources/user-guide/sql/aggregate_functions.md.txt 
b/_sources/user-guide/sql/aggregate_functions.md.txt
index 1c214084b3..edb0e1d0c9 100644
--- a/_sources/user-guide/sql/aggregate_functions.md.txt
+++ b/_sources/user-guide/sql/aggregate_functions.md.txt
@@ -252,7 +252,6 @@ last_value(expression [ORDER BY expression])
 - [regr_sxx](#regr_sxx)
 - [regr_syy](#regr_syy)
 - [regr_sxy](#regr_sxy)
-- [kurtosis_pop](#kurtosis_pop)
 
 ### `corr`
 
@@ -528,19 +527,6 @@ regr_sxy(expression_y, expression_x)
 - **expression_x**: Independent variable.
   Can be a constant, column, or function, and any combination of arithmetic 
operators.
 
-### `kurtosis_pop`
-
-Computes the excess kurtosis (Fisher’s definition) without bias correction.
-
-```
-kurtois_pop(expression)
-```
-
-#### Arguments
-
-- **expression**: Expression to operate on.
-  Can be a constant, column, or function, and any combination of arithmetic 
operators.
-
 ## Approximate
 
 - [approx_distinct](#approx_distinct)
diff --git a/searchindex.js b/searchindex.js
index 2f7160ad53..708ada48fc 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[46, "op-neq"]], "!~": [[46, 
"op-re-not-match"]], "!~*": [[46, "op-re-not-match-i"]], "!~~": [[46, "id18"]], 
"!~~*": [[46, "id19"]], "#": [[46, "op-bit-xor"]], "%": [[46, "op-modulo"]], 
"&": [[46, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[9, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[46, "op-multiply"]], "+": [[46, "op-plus"]], "-": [[46, "op-minus"]], "/": 
[[4 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[46, "op-neq"]], "!~": [[46, 
"op-re-not-match"]], "!~*": [[46, "op-re-not-match-i"]], "!~~": [[46, "id18"]], 
"!~~*": [[46, "id19"]], "#": [[46, "op-bit-xor"]], "%": [[46, "op-modulo"]], 
"&": [[46, "op-bit-and"]], "(relation, name) tuples in logical fields and 
logical columns are unique": [[9, 
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*": 
[[46, "op-multiply"]], "+": [[46, "op-plus"]], "-": [[46, "op-minus"]], "/": 
[[4 [...]
\ No newline at end of file
diff --git a/user-guide/sql/aggregate_functions.html 
b/user-guide/sql/aggregate_functions.html
index 3cd732d768..eab9b2313a 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -1042,22 +1042,6 @@
      </li>
     </ul>
    </li>
-   <li class="toc-h3 nav-item toc-entry">
-    <a class="reference internal nav-link" href="#kurtosis-pop">
-     <code class="docutils literal notranslate">
-      <span class="pre">
-       kurtosis_pop
-      </span>
-     </code>
-    </a>
-    <ul class="nav section-nav flex-column">
-     <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id33">
-       Arguments
-      </a>
-     </li>
-    </ul>
-   </li>
   </ul>
  </li>
  <li class="toc-h2 nav-item toc-entry">
@@ -1075,7 +1059,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id34">
+      <a class="reference internal nav-link" href="#id33">
        Arguments
       </a>
      </li>
@@ -1091,7 +1075,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id35">
+      <a class="reference internal nav-link" href="#id34">
        Arguments
       </a>
      </li>
@@ -1107,7 +1091,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id36">
+      <a class="reference internal nav-link" href="#id35">
        Arguments
       </a>
      </li>
@@ -1123,7 +1107,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id37">
+      <a class="reference internal nav-link" href="#id36">
        Arguments
       </a>
      </li>
@@ -1429,7 +1413,6 @@ Can be a constant, column, or function, and any 
combination of arithmetic operat
 <li><p><a class="reference internal" href="#regr-sxx">regr_sxx</a></p></li>
 <li><p><a class="reference internal" href="#regr-syy">regr_syy</a></p></li>
 <li><p><a class="reference internal" href="#regr-sxy">regr_sxy</a></p></li>
-<li><p><a class="reference internal" 
href="#kurtosis-pop">kurtosis_pop</a></p></li>
 </ul>
 <section id="corr">
 <h3><code class="docutils literal notranslate"><span 
class="pre">corr</span></code><a class="headerlink" href="#corr" title="Link to 
this heading">¶</a></h3>
@@ -1724,20 +1707,6 @@ Can be a constant, column, or function, and any 
combination of arithmetic operat
 </ul>
 </section>
 </section>
-<section id="kurtosis-pop">
-<h3><code class="docutils literal notranslate"><span 
class="pre">kurtosis_pop</span></code><a class="headerlink" 
href="#kurtosis-pop" title="Link to this heading">¶</a></h3>
-<p>Computes the excess kurtosis (Fisher’s definition) without bias 
correction.</p>
-<div class="highlight-default notranslate"><div 
class="highlight"><pre><span></span><span class="n">kurtois_pop</span><span 
class="p">(</span><span class="n">expression</span><span class="p">)</span>
-</pre></div>
-</div>
-<section id="id33">
-<h4>Arguments<a class="headerlink" href="#id33" 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>
-</ul>
-</section>
-</section>
 </section>
 <section id="approximate">
 <h2>Approximate<a class="headerlink" href="#approximate" title="Link to this 
heading">¶</a></h2>
@@ -1754,8 +1723,8 @@ HyperLogLog algorithm.</p>
 <div class="highlight-default notranslate"><div 
class="highlight"><pre><span></span><span class="n">approx_distinct</span><span 
class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id34">
-<h4>Arguments<a class="headerlink" href="#id34" title="Link to this 
heading">¶</a></h4>
+<section id="id33">
+<h4>Arguments<a class="headerlink" href="#id33" 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>
@@ -1769,8 +1738,8 @@ It is an alias of <code class="docutils literal 
notranslate"><span class="pre">a
 <div class="highlight-default notranslate"><div 
class="highlight"><pre><span></span><span class="n">approx_median</span><span 
class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id35">
-<h4>Arguments<a class="headerlink" href="#id35" title="Link to this 
heading">¶</a></h4>
+<section id="id34">
+<h4>Arguments<a class="headerlink" href="#id34" 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>
@@ -1783,8 +1752,8 @@ Can be a constant, column, or function, and any 
combination of arithmetic operat
 <div class="highlight-default notranslate"><div 
class="highlight"><pre><span></span><span 
class="n">approx_percentile_cont</span><span class="p">(</span><span 
class="n">expression</span><span class="p">,</span> <span 
class="n">percentile</span><span class="p">,</span> <span 
class="n">centroids</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id36">
-<h4>Arguments<a class="headerlink" href="#id36" title="Link to this 
heading">¶</a></h4>
+<section id="id35">
+<h4>Arguments<a class="headerlink" href="#id35" title="Link to this 
heading">¶</a></h4>
 <ul>
 <li><p><strong>expression</strong>: Expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic 
operators.</p></li>
@@ -1804,8 +1773,8 @@ t-digest algorithm.</p>
 <div class="highlight-default notranslate"><div 
class="highlight"><pre><span></span><span 
class="n">approx_percentile_cont_with_weight</span><span 
class="p">(</span><span class="n">expression</span><span class="p">,</span> 
<span class="n">weight</span><span class="p">,</span> <span 
class="n">percentile</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id37">
-<h4>Arguments<a class="headerlink" href="#id37" title="Link to this 
heading">¶</a></h4>
+<section id="id36">
+<h4>Arguments<a class="headerlink" href="#id36" 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>


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

Reply via email to