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 1716be909f Publish built docs triggered by 
a203c2b167123eba4a2f36df4f954a6fecf536a5
1716be909f is described below

commit 1716be909f1385ac76378ed2458e5dfad3a2a490
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 29 13:12:12 2024 +0000

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

diff --git a/_sources/user-guide/sql/scalar_functions.md.txt 
b/_sources/user-guide/sql/scalar_functions.md.txt
index 081509165e..56cc8e10fb 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -1986,21 +1986,19 @@ date_bin(interval, expression, origin-timestamp)
 
 - **interval**: Bin interval.
 - **expression**: Time expression to operate on. Can be a constant, column, or 
function.
-- **origin-timestamp**: Optional. Starting point used to determine bin 
boundaries. If not specified defaults 1970-01-01T00:00:00Z (the UNIX epoch in 
UTC).
-
-The following intervals are supported:
-
-- nanoseconds
-- microseconds
-- milliseconds
-- seconds
-- minutes
-- hours
-- days
-- weeks
-- months
-- years
-- century
+- **origin-timestamp**: Optional. Starting point used to determine bin 
boundaries. If not specified defaults 1970-01-01T00:00:00Z (the UNIX epoch in 
UTC). The following intervals are supported:
+
+  - nanoseconds
+  - microseconds
+  - milliseconds
+  - seconds
+  - minutes
+  - hours
+  - days
+  - weeks
+  - months
+  - years
+  - century
 
 #### Example
 
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index af8d803f17..331e5d7f0e 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -6532,10 +6532,8 @@ Can be a constant, column, or function.</p></li>
 <ul class="simple">
 <li><p><strong>interval</strong>: Bin interval.</p></li>
 <li><p><strong>expression</strong>: Time expression to operate on. Can be a 
constant, column, or function.</p></li>
-<li><p><strong>origin-timestamp</strong>: Optional. Starting point used to 
determine bin boundaries. If not specified defaults 1970-01-01T00:00:00Z (the 
UNIX epoch in UTC).</p></li>
-</ul>
-<p>The following intervals are supported:</p>
-<ul class="simple">
+<li><p><strong>origin-timestamp</strong>: Optional. Starting point used to 
determine bin boundaries. If not specified defaults 1970-01-01T00:00:00Z (the 
UNIX epoch in UTC). The following intervals are supported:</p>
+<ul>
 <li><p>nanoseconds</p></li>
 <li><p>microseconds</p></li>
 <li><p>milliseconds</p></li>
@@ -6548,6 +6546,8 @@ Can be a constant, column, or function.</p></li>
 <li><p>years</p></li>
 <li><p>century</p></li>
 </ul>
+</li>
+</ul>
 </section>
 <section id="id132">
 <h4>Example<a class="headerlink" href="#id132" title="Link to this 
heading">ΒΆ</a></h4>


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

Reply via email to