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 1f58643709 Publish built docs triggered by 
5edda9b309cd355029d7e395a0b31230c1269bde
1f58643709 is described below

commit 1f58643709e6a3c417d4d1858894f60b32421e5f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 16 04:02:24 2026 +0000

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

diff --git a/_sources/user-guide/sql/scalar_functions.md.txt 
b/_sources/user-guide/sql/scalar_functions.md.txt
index 4079802d9e..6d9c12d0cc 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -2531,7 +2531,7 @@ date_part(part, expression)
   - nanosecond
   - dow (day of the week where Sunday is 0)
   - doy (day of the year)
-  - epoch (seconds since Unix epoch)
+  - epoch (seconds since Unix epoch for timestamps/dates, total seconds for 
intervals)
   - 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/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index 72069db918..3bba8deb32 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -3027,7 +3027,7 @@ Can be a constant, column, or function.</p></li>
 <li><p>nanosecond</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>epoch (seconds since Unix epoch for timestamps/dates, total seconds for 
intervals)</p></li>
 <li><p>isodow (day of the week where Monday is 0)</p></li>
 </ul>
 </li>


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

Reply via email to