This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


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

commit e6a19632af2a9a7cba761b6603cdb481a368c09f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 18:28:48 2026 +0000

    Publish built docs triggered by b23b760332d096d0e171c0f4909c5e4adea17fde
---
 _sources/user-guide/latest/expressions.md.txt |  3 ++
 searchindex.js                                |  2 +-
 user-guide/latest/expressions.html            | 41 ++++++++++++++++-----------
 3 files changed, 29 insertions(+), 17 deletions(-)

diff --git a/_sources/user-guide/latest/expressions.md.txt 
b/_sources/user-guide/latest/expressions.md.txt
index ef74836d8..40d2154e8 100644
--- a/_sources/user-guide/latest/expressions.md.txt
+++ b/_sources/user-guide/latest/expressions.md.txt
@@ -116,6 +116,7 @@ of expressions that be disabled.
 | LastDay          | `last_day`                   |
 | LocalTimestamp   | `localtimestamp`             |
 | MakeDate         | `make_date`                  |
+| MakeTime         | `make_time`                  |
 | Minute           | `minute`                     |
 | NextDay          | `next_day`                   |
 | Second           | `second`                     |
@@ -132,6 +133,8 @@ of expressions that be disabled.
 | DayOfYear        | `dayofyear`                  |
 | WeekOfYear       | `weekofyear`                 |
 | Quarter          | `quarter`                    |
+| ToTime           | `to_time`                    |
+| TryToTime        | `try_to_time`                |
 
 ## Math Expressions
 
diff --git a/searchindex.js b/searchindex.js
index 746313cdc..1fc7f6bf4 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Format Your Code": [[34, 
"format-your-code"]], "1. Install Comet": [[36, "install-comet"], [44, 
"install-comet"]], "1. Native Operators (nativeExecs map)": [[23, 
"native-operators-nativeexecs-map"]], "2. Build and Verify": [[34, 
"build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[36, 
"clone-iceberg-and-apply-diff"]], "2. Clone Spark and Apply Diff": [[44, 
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[23, 
"sink-operators-sinks [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Format Your Code": [[34, 
"format-your-code"]], "1. Install Comet": [[36, "install-comet"], [44, 
"install-comet"]], "1. Native Operators (nativeExecs map)": [[23, 
"native-operators-nativeexecs-map"]], "2. Build and Verify": [[34, 
"build-and-verify"]], "2. Clone Iceberg and Apply Diff": [[36, 
"clone-iceberg-and-apply-diff"]], "2. Clone Spark and Apply Diff": [[44, 
"clone-spark-and-apply-diff"]], "2. Sink Operators (sinks map)": [[23, 
"sink-operators-sinks [...]
\ No newline at end of file
diff --git a/user-guide/latest/expressions.html 
b/user-guide/latest/expressions.html
index 8868ba0b2..665cf3cdf 100644
--- a/user-guide/latest/expressions.html
+++ b/user-guide/latest/expressions.html
@@ -727,54 +727,63 @@ of expressions that be disabled.</p>
 <tr class="row-even"><td><p>MakeDate</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">make_date</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p>Minute</p></td>
+<tr class="row-odd"><td><p>MakeTime</p></td>
+<td><p><code class="docutils literal notranslate"><span 
class="pre">make_time</span></code></p></td>
+</tr>
+<tr class="row-even"><td><p>Minute</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">minute</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p>NextDay</p></td>
+<tr class="row-odd"><td><p>NextDay</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">next_day</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p>Second</p></td>
+<tr class="row-even"><td><p>Second</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">second</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p>TimestampSeconds</p></td>
+<tr class="row-odd"><td><p>TimestampSeconds</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">timestamp_seconds</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p>TruncDate</p></td>
+<tr class="row-even"><td><p>TruncDate</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">trunc</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p>TruncTimestamp</p></td>
+<tr class="row-odd"><td><p>TruncTimestamp</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">date_trunc</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p>UnixDate</p></td>
+<tr class="row-even"><td><p>UnixDate</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">unix_date</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p>UnixTimestamp</p></td>
+<tr class="row-odd"><td><p>UnixTimestamp</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">unix_timestamp</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p>Year</p></td>
+<tr class="row-even"><td><p>Year</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">year</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p>Month</p></td>
+<tr class="row-odd"><td><p>Month</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">month</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p>DayOfMonth</p></td>
+<tr class="row-even"><td><p>DayOfMonth</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">day</span></code>/<code class="docutils literal notranslate"><span 
class="pre">dayofmonth</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p>DayOfWeek</p></td>
+<tr class="row-odd"><td><p>DayOfWeek</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">dayofweek</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p>WeekDay</p></td>
+<tr class="row-even"><td><p>WeekDay</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">weekday</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p>DayOfYear</p></td>
+<tr class="row-odd"><td><p>DayOfYear</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">dayofyear</span></code></p></td>
 </tr>
-<tr class="row-odd"><td><p>WeekOfYear</p></td>
+<tr class="row-even"><td><p>WeekOfYear</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">weekofyear</span></code></p></td>
 </tr>
-<tr class="row-even"><td><p>Quarter</p></td>
+<tr class="row-odd"><td><p>Quarter</p></td>
 <td><p><code class="docutils literal notranslate"><span 
class="pre">quarter</span></code></p></td>
 </tr>
+<tr class="row-even"><td><p>ToTime</p></td>
+<td><p><code class="docutils literal notranslate"><span 
class="pre">to_time</span></code></p></td>
+</tr>
+<tr class="row-odd"><td><p>TryToTime</p></td>
+<td><p><code class="docutils literal notranslate"><span 
class="pre">try_to_time</span></code></p></td>
+</tr>
 </tbody>
 </table>
 </div>


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

Reply via email to