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 d3b9810ef8 Publish built docs triggered by 
ceab1e1653f5c1f0208f35a07322cf5c70e47a87
d3b9810ef8 is described below

commit d3b9810ef8d8e772b1aa0197a9d3a4dc44c40436
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 11 19:20:46 2025 +0000

    Publish built docs triggered by ceab1e1653f5c1f0208f35a07322cf5c70e47a87
---
 _sources/user-guide/sql/scalar_functions.md.txt | 3 ++-
 searchindex.js                                  | 2 +-
 user-guide/sql/scalar_functions.html            | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/_sources/user-guide/sql/scalar_functions.md.txt 
b/_sources/user-guide/sql/scalar_functions.md.txt
index d49fc22dab..6de2c411b0 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -2114,9 +2114,10 @@ date_part(part, expression)
   - millisecond
   - microsecond
   - nanosecond
-  - dow (day of the week)
+  - dow (day of the week where Sunday is 0)
   - doy (day of the year)
   - epoch (seconds since Unix epoch)
+  - isodow (day of the week where Monday is 0)
 
 - **expression**: Time expression to operate on. Can be a constant, column, or 
function.
 
diff --git a/searchindex.js b/searchindex.js
index 191b636910..11ef54efd4 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[56,"op-neq"]],"!~":[[56,"op-re-not-match"]],"!~*":[[56,"op-re-not-match-i"]],"!~~":[[56,"id19"]],"!~~*":[[56,"id20"]],"#":[[56,"op-bit-xor"]],"%":[[56,"op-modulo"]],"&":[[56,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[56,"op-multiply"]],"+":[[56,"op-plus"]],"-":[[56,"op-minus"]],"/":[[56,"op-divide"]],"<":[[56,"op-lt"]],"<
 [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[56,"op-neq"]],"!~":[[56,"op-re-not-match"]],"!~*":[[56,"op-re-not-match-i"]],"!~~":[[56,"id19"]],"!~~*":[[56,"id20"]],"#":[[56,"op-bit-xor"]],"%":[[56,"op-modulo"]],"&":[[56,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[56,"op-multiply"]],"+":[[56,"op-plus"]],"-":[[56,"op-minus"]],"/":[[56,"op-divide"]],"<":[[56,"op-lt"]],"<
 [...]
\ No newline at end of file
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index f6ae874c9a..674ac85283 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -6886,9 +6886,10 @@ Can be a constant, column, or function.</p></li>
 <li><p>millisecond</p></li>
 <li><p>microsecond</p></li>
 <li><p>nanosecond</p></li>
-<li><p>dow (day of the week)</p></li>
+<li><p>dow (day of the week where Sunday is 0)</p></li>
 <li><p>doy (day of the year)</p></li>
 <li><p>epoch (seconds since Unix epoch)</p></li>
+<li><p>isodow (day of the week where Monday is 0)</p></li>
 </ul>
 </li>
 <li><p><strong>expression</strong>: Time expression to operate on. Can be a 
constant, column, or function.</p></li>


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

Reply via email to