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 061fdde744 Publish built docs triggered by 
707f67308be8f8491bf3366bb0d920c89fc10183
061fdde744 is described below

commit 061fdde744c81c6dc1890ed90196a1ab30c4cdd3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 21:55:44 2025 +0000

    Publish built docs triggered by 707f67308be8f8491bf3366bb0d920c89fc10183
---
 _sources/user-guide/sql/scalar_functions.md.txt |  6 ++++++
 searchindex.js                                  |  2 +-
 user-guide/sql/scalar_functions.html            | 15 +++++++++++++++
 3 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/_sources/user-guide/sql/scalar_functions.md.txt 
b/_sources/user-guide/sql/scalar_functions.md.txt
index a64ed597e0..b769b8b7bd 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -2545,6 +2545,7 @@ _Alias of [current_date](#current_date)._
 - [array_sort](#array_sort)
 - [array_to_string](#array_to_string)
 - [array_union](#array_union)
+- [arrays_overlap](#arrays_overlap)
 - [cardinality](#cardinality)
 - [empty](#empty)
 - [flatten](#flatten)
@@ -2929,6 +2930,7 @@ array_has_any(array, sub-array)
 #### Aliases
 
 - list_has_any
+- arrays_overlap
 
 ### `array_indexof`
 
@@ -3573,6 +3575,10 @@ array_union(array1, array2)
 
 - list_union
 
+### `arrays_overlap`
+
+_Alias of [array_has_any](#array_has_any)._
+
 ### `cardinality`
 
 Returns the total number of elements in the array.
diff --git a/searchindex.js b/searchindex.js
index 437dabf419..51379b603e 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[48, "op-neq"]], "!~": [[48, 
"op-re-not-match"]], "!~*": [[48, "op-re-not-match-i"]], "!~~": [[48, "id19"]], 
"!~~*": [[48, "id20"]], "#": [[48, "op-bit-xor"]], "%": [[48, "op-modulo"]], 
"&": [[48, "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"]], "*": 
[[48, "op-multiply"]], "+": [[48, "op-plus"]], "-": [[48, "op-minus"]], "/": 
[[4 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[48, "op-neq"]], "!~": [[48, 
"op-re-not-match"]], "!~*": [[48, "op-re-not-match-i"]], "!~~": [[48, "id19"]], 
"!~~*": [[48, "id20"]], "#": [[48, "op-bit-xor"]], "%": [[48, "op-modulo"]], 
"&": [[48, "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"]], "*": 
[[48, "op-multiply"]], "+": [[48, "op-plus"]], "-": [[48, "op-minus"]], "/": 
[[4 [...]
\ No newline at end of file
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index c2733b867e..15e6a403ac 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -3488,6 +3488,15 @@
      </li>
     </ul>
    </li>
+   <li class="toc-h3 nav-item toc-entry">
+    <a class="reference internal nav-link" href="#arrays-overlap">
+     <code class="docutils literal notranslate">
+      <span class="pre">
+       arrays_overlap
+      </span>
+     </code>
+    </a>
+   </li>
    <li class="toc-h3 nav-item toc-entry">
     <a class="reference internal nav-link" href="#cardinality">
      <code class="docutils literal notranslate">
@@ -7108,6 +7117,7 @@ an error will be returned.</p></li>
 <li><p><a class="reference internal" href="#array-sort">array_sort</a></p></li>
 <li><p><a class="reference internal" 
href="#array-to-string">array_to_string</a></p></li>
 <li><p><a class="reference internal" 
href="#array-union">array_union</a></p></li>
+<li><p><a class="reference internal" 
href="#arrays-overlap">arrays_overlap</a></p></li>
 <li><p><a class="reference internal" 
href="#cardinality">cardinality</a></p></li>
 <li><p><a class="reference internal" href="#empty">empty</a></p></li>
 <li><p><a class="reference internal" href="#flatten">flatten</a></p></li>
@@ -7523,6 +7533,7 @@ an error will be returned.</p></li>
 <h4>Aliases<a class="headerlink" href="#id194" title="Link to this 
heading">¶</a></h4>
 <ul class="simple">
 <li><p>list_has_any</p></li>
+<li><p>arrays_overlap</p></li>
 </ul>
 </section>
 </section>
@@ -8232,6 +8243,10 @@ an error will be returned.</p></li>
 </ul>
 </section>
 </section>
+<section id="arrays-overlap">
+<h3><code class="docutils literal notranslate"><span 
class="pre">arrays_overlap</span></code><a class="headerlink" 
href="#arrays-overlap" title="Link to this heading">¶</a></h3>
+<p><em>Alias of <a class="reference internal" 
href="#array-has-any">array_has_any</a>.</em></p>
+</section>
 <section id="cardinality">
 <h3><code class="docutils literal notranslate"><span 
class="pre">cardinality</span></code><a class="headerlink" href="#cardinality" 
title="Link to this heading">¶</a></h3>
 <p>Returns the total number of elements in the array.</p>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to