You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2024/01/01 12:26:19 UTC

(arrow-datafusion) branch asf-site updated: Publish built docs triggered by 4dcfd7dd81153cfc70e5772f70519b7257e31932

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/arrow-datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 13574d4d85 Publish built docs triggered by 4dcfd7dd81153cfc70e5772f70519b7257e31932
13574d4d85 is described below

commit 13574d4d85d7e64f4ee96251778b6c2bc0c0ee41
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Mon Jan 1 12:26:14 2024 +0000

    Publish built docs triggered by 4dcfd7dd81153cfc70e5772f70519b7257e31932
---
 _sources/user-guide/sql/scalar_functions.md.txt | 4 ++++
 searchindex.js                                  | 2 +-
 user-guide/sql/scalar_functions.html            | 4 ++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/_sources/user-guide/sql/scalar_functions.md.txt b/_sources/user-guide/sql/scalar_functions.md.txt
index ad4c6ed083..629a5f6ecb 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -1410,6 +1410,7 @@ date_part(part, expression)
   The following date parts are supported:
 
   - year
+  - quarter _(emits value in inclusive range [1, 4] based on which quartile of the year the date is in)_
   - month
   - week _(week of the year)_
   - day _(day of the month)_
@@ -1421,6 +1422,7 @@ date_part(part, expression)
   - nanosecond
   - dow _(day of the week)_
   - doy _(day of the year)_
+  - epoch _(seconds since Unix epoch)_
 
 - **expression**: Time expression to operate on.
   Can be a constant, column, or function.
@@ -1448,6 +1450,7 @@ extract(field FROM source)
   The following date fields are supported:
 
   - year
+  - quarter _(emits value in inclusive range [1, 4] based on which quartile of the year the date is in)_
   - month
   - week _(week of the year)_
   - day _(day of the month)_
@@ -1459,6 +1462,7 @@ extract(field FROM source)
   - nanosecond
   - dow _(day of the week)_
   - doy _(day of the year)_
+  - epoch _(seconds since Unix epoch)_
 
 - **source**: Source time expression to operate on.
   Can be a constant, column, or function.
diff --git a/searchindex.js b/searchindex.js
index 721046a3fa..c69000928a 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture", "contributor-guide/communication", "contributor-guide/index", "contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", "contributor-guide/specification/index", "contributor-guide/specification/invariants", "contributor-guide/specification/output-field-name-semantic", "index", "library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", "library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture", "contributor-guide/communication", "contributor-guide/index", "contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", "contributor-guide/specification/index", "contributor-guide/specification/invariants", "contributor-guide/specification/output-field-name-semantic", "index", "library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", "library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
diff --git a/user-guide/sql/scalar_functions.html b/user-guide/sql/scalar_functions.html
index eb1f6b35e7..0e6b075577 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -4599,6 +4599,7 @@ Can be a constant, column, or function.</p></li>
 The following date parts are supported:</p>
 <ul>
 <li><p>year</p></li>
+<li><p>quarter <em>(emits value in inclusive range [1, 4] based on which quartile of the year the date is in)</em></p></li>
 <li><p>month</p></li>
 <li><p>week <em>(week of the year)</em></p></li>
 <li><p>day <em>(day of the month)</em></p></li>
@@ -4610,6 +4611,7 @@ The following date parts are supported:</p>
 <li><p>nanosecond</p></li>
 <li><p>dow <em>(day of the week)</em></p></li>
 <li><p>doy <em>(day of the year)</em></p></li>
+<li><p>epoch <em>(seconds since Unix epoch)</em></p></li>
 </ul>
 </li>
 <li><p><strong>expression</strong>: Time expression to operate on.
@@ -4641,6 +4643,7 @@ Similar to <code class="docutils literal notranslate"><span class="pre">date_par
 The following date fields are supported:</p>
 <ul>
 <li><p>year</p></li>
+<li><p>quarter <em>(emits value in inclusive range [1, 4] based on which quartile of the year the date is in)</em></p></li>
 <li><p>month</p></li>
 <li><p>week <em>(week of the year)</em></p></li>
 <li><p>day <em>(day of the month)</em></p></li>
@@ -4652,6 +4655,7 @@ The following date fields are supported:</p>
 <li><p>nanosecond</p></li>
 <li><p>dow <em>(day of the week)</em></p></li>
 <li><p>doy <em>(day of the year)</em></p></li>
+<li><p>epoch <em>(seconds since Unix epoch)</em></p></li>
 </ul>
 </li>
 <li><p><strong>source</strong>: Source time expression to operate on.