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 dbcd9b8eb9 Publish built docs triggered by
d6fb3608b0527d147ee5142cccc365c44e78917e
dbcd9b8eb9 is described below
commit dbcd9b8eb9a40b4bfe7da2461217d112a0fb1121
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 26 18:42:23 2026 +0000
Publish built docs triggered by d6fb3608b0527d147ee5142cccc365c44e78917e
---
_sources/user-guide/sql/scalar_functions.md.txt | 4 ++--
searchindex.js | 2 +-
user-guide/sql/scalar_functions.html | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index de69ece2a8..ee78ce8f9c 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -3776,7 +3776,7 @@ array_pop_front(array)
### `array_position`
-Returns the position of the first occurrence of the specified element in the
array, or NULL if not found.
+Returns the position of the first occurrence of the specified element in the
array, or NULL if not found. Comparisons are done using `IS DISTINCT FROM`
semantics, so NULL is considered to match NULL.
```sql
array_position(array, element)
@@ -3786,7 +3786,7 @@ array_position(array, element, index)
#### Arguments
- **array**: Array expression. Can be a constant, column, or function, and any
combination of array operators.
-- **element**: Element to search for position in the array.
+- **element**: Element to search for in the array.
- **index**: Index at which to start searching (1-indexed).
#### Example
diff --git a/searchindex.js b/searchindex.js
index b318883d9b..af8e3ad649 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[71,"op-neq"]],"!~":[[71,"op-re-not-match"]],"!~*":[[71,"op-re-not-match-i"]],"!~~":[[71,"id19"]],"!~~*":[[71,"id20"]],"#":[[71,"op-bit-xor"]],"%":[[71,"op-modulo"]],"&":[[71,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[71,"op-multiply"]],"+":[[71,"op-plus"]],"-":[[71,"op-minus"]],"/":[[71,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[71,"op-neq"]],"!~":[[71,"op-re-not-match"]],"!~*":[[71,"op-re-not-match-i"]],"!~~":[[71,"id19"]],"!~~*":[[71,"id20"]],"#":[[71,"op-bit-xor"]],"%":[[71,"op-modulo"]],"&":[[71,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[71,"op-multiply"]],"+":[[71,"op-plus"]],"-":[[71,"op-minus"]],"/":[[71,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 5c9051313c..6c23a252f4 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -4344,7 +4344,7 @@ Integers, unsigned integers, and floats are interpreted
as seconds since the uni
</section>
<section id="array-position">
<h3><code class="docutils literal notranslate"><span
class="pre">array_position</span></code><a class="headerlink"
href="#array-position" title="Link to this heading">#</a></h3>
-<p>Returns the position of the first occurrence of the specified element in
the array, or NULL if not found.</p>
+<p>Returns the position of the first occurrence of the specified element in
the array, or NULL if not found. Comparisons are done using <code
class="docutils literal notranslate"><span class="pre">IS</span> <span
class="pre">DISTINCT</span> <span class="pre">FROM</span></code> semantics, so
NULL is considered to match NULL.</p>
<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="n">array_position</span><span
class="p">(</span><span class="nb">array</span><span class="p">,</span><span
class="w"> </span><span class="n">element</span><span class="p">)</span>
<span class="n">array_position</span><span class="p">(</span><span
class="nb">array</span><span class="p">,</span><span class="w"> </span><span
class="n">element</span><span class="p">,</span><span class="w"> </span><span
class="k">index</span><span class="p">)</span>
</pre></div>
@@ -4353,7 +4353,7 @@ Integers, unsigned integers, and floats are interpreted
as seconds since the uni
<h4>Arguments<a class="headerlink" href="#id259" 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>element</strong>: Element to search for position in the
array.</p></li>
+<li><p><strong>element</strong>: Element to search for in the array.</p></li>
<li><p><strong>index</strong>: Index at which to start searching
(1-indexed).</p></li>
</ul>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]