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 c57543900d Publish built docs triggered by 
585bbf35d38dc5620bb52ee03eab8705e2ee13b5
c57543900d is described below

commit c57543900d44c83b0b3d9adac9dc8b6cb1daa7b2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 21:00:43 2026 +0000

    Publish built docs triggered by 585bbf35d38dc5620bb52ee03eab8705e2ee13b5
---
 _sources/user-guide/sql/scalar_functions.md.txt | 8 ++++----
 user-guide/sql/scalar_functions.html            | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/_sources/user-guide/sql/scalar_functions.md.txt 
b/_sources/user-guide/sql/scalar_functions.md.txt
index ebd2abe2b3..de69ece2a8 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -3545,16 +3545,16 @@ array_has_all(array, sub-array)
 
 ### `array_has_any`
 
-Returns true if any elements exist in both arrays.
+Returns true if the arrays have any elements in common.
 
 ```sql
-array_has_any(array, sub-array)
+array_has_any(array1, array2)
 ```
 
 #### Arguments
 
-- **array**: Array expression. Can be a constant, column, or function, and any 
combination of array operators.
-- **sub-array**: Array expression. Can be a constant, column, or function, and 
any combination of array operators.
+- **array1**: Array expression. Can be a constant, column, or function, and 
any combination of array operators.
+- **array2**: Array expression. Can be a constant, column, or function, and 
any combination of array operators.
 
 #### Example
 
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index c2712a8a77..5c9051313c 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -4091,15 +4091,15 @@ Integers, unsigned integers, and floats are interpreted 
as seconds since the uni
 </section>
 <section id="array-has-any">
 <h3><code class="docutils literal notranslate"><span 
class="pre">array_has_any</span></code><a class="headerlink" 
href="#array-has-any" title="Link to this heading">#</a></h3>
-<p>Returns true if any elements exist in both arrays.</p>
-<div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="n">array_has_any</span><span 
class="p">(</span><span class="nb">array</span><span class="p">,</span><span 
class="w"> </span><span class="n">sub</span><span class="o">-</span><span 
class="nb">array</span><span class="p">)</span>
+<p>Returns true if the arrays have any elements in common.</p>
+<div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="n">array_has_any</span><span 
class="p">(</span><span class="n">array1</span><span class="p">,</span><span 
class="w"> </span><span class="n">array2</span><span class="p">)</span>
 </pre></div>
 </div>
 <section id="id236">
 <h4>Arguments<a class="headerlink" href="#id236" title="Link to this 
heading">#</a></h4>
 <ul class="simple">
-<li><p><strong>array</strong>: Array expression. Can be a constant, column, or 
function, and any combination of array operators.</p></li>
-<li><p><strong>sub-array</strong>: Array expression. Can be a constant, 
column, or function, and any combination of array operators.</p></li>
+<li><p><strong>array1</strong>: Array expression. Can be a constant, column, 
or function, and any combination of array operators.</p></li>
+<li><p><strong>array2</strong>: Array expression. Can be a constant, column, 
or function, and any combination of array operators.</p></li>
 </ul>
 </section>
 <section id="id237">


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

Reply via email to