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 2023/04/19 01:34:40 UTC

[arrow-datafusion] branch asf-site updated: Publish built docs triggered by 427231ef886fb698e71509b59b7a4654a08cd0ff

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 e01ac50199 Publish built docs triggered by 427231ef886fb698e71509b59b7a4654a08cd0ff
e01ac50199 is described below

commit e01ac501995d99df59e6dba4af331abc733628cd
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Wed Apr 19 01:34:35 2023 +0000

    Publish built docs triggered by 427231ef886fb698e71509b59b7a4654a08cd0ff
---
 _sources/user-guide/expressions.md.txt          |   2 +
 _sources/user-guide/sql/scalar_functions.md.txt |  29 ++
 searchindex.js                                  |   2 +-
 user-guide/expressions.html                     |  22 +-
 user-guide/sql/scalar_functions.html            | 469 +++++++++++++-----------
 5 files changed, 311 insertions(+), 213 deletions(-)

diff --git a/_sources/user-guide/expressions.md.txt b/_sources/user-guide/expressions.md.txt
index cbbc328df1..0a8bef345f 100644
--- a/_sources/user-guide/expressions.md.txt
+++ b/_sources/user-guide/expressions.md.txt
@@ -89,6 +89,7 @@ expressions such as `col("a") + col("b")` to be used.
 | ceil(x)               | nearest integer greater than or equal to argument |
 | cos(x)                | cosine                                            |
 | cosh(x)               | hyperbolic cosine                                 |
+| degrees(x)            | converts radians to degrees                       |
 | exp(x)                | exponential                                       |
 | floor(x)              | nearest integer less than or equal to argument    |
 | ln(x)                 | natural logarithm                                 |
@@ -97,6 +98,7 @@ expressions such as `col("a") + col("b")` to be used.
 | log2(x)               | base 2 logarithm                                  |
 | pi()                  | approximate value of π                            |
 | power(base, exponent) | base raised to the power of exponent              |
+| radians(x)            | converts degrees to radians                       |
 | round(x)              | round to nearest integer                          |
 | signum(x)             | sign of the argument (-1, 0, +1)                  |
 | sin(x)                | sine                                              |
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt b/_sources/user-guide/sql/scalar_functions.md.txt
index 25002e572d..0f2e3f1439 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -33,6 +33,7 @@
 - [ceil](#ceil)
 - [cos](#cos)
 - [cosh](#cosh)
+- [degrees](#degrees)
 - [exp](#exp)
 - [floor](#floor)
 - [ln](#ln)
@@ -42,6 +43,7 @@
 - [pi](#pi)
 - [power](#power)
 - [pow](#pow)
+- [radians](#radians)
 - [random](#random)
 - [round](#round)
 - [signum](#signum)
@@ -205,6 +207,19 @@ Returns the hyperbolic cosine of a number.
 cosh(numeric_expression)
 ```
 
+### `degrees`
+
+Converts radians to degrees.
+
+```
+degrees(numeric_expression)
+```
+
+#### Arguments
+
+- **numeric_expression**: Numeric expression to operate on.
+  Can be a constant, column, or function, and any combination of arithmetic operators.
+
 #### Arguments
 
 - **numeric_expression**: Numeric expression to operate on.
@@ -323,6 +338,20 @@ power(base, exponent)
 
 _Alias of [power](#power)._
 
+### `radians`
+
+Converts degrees to radians.
+
+```
+radians(numeric_expression)
+```
+
+#### Arguments
+
+- **numeric_expression**: Numeric expression to operate on.
+  Can be a constant, column, or function, and any combination of arithmetic operators.
+  =======
+
 ### `random`
 
 Returns a random float value in the range [0, 1).
diff --git a/searchindex.js b/searchindex.js
index 385d59d051..be9dac5142 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", "user-guide/cli", "user-guide/configs", "user-guide/dataframe", "user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use [...]
\ 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", "user-guide/cli", "user-guide/configs", "user-guide/dataframe", "user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use [...]
\ No newline at end of file
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index d54fcd285d..5f828bee94 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -570,30 +570,36 @@ expressions such as <code class="docutils literal notranslate"><span class="pre"
 <tr class="row-odd"><td><p>cosh(x)</p></td>
 <td><p>hyperbolic cosine</p></td>
 </tr>
-<tr class="row-even"><td><p>exp(x)</p></td>
+<tr class="row-even"><td><p>degrees(x)</p></td>
+<td><p>converts radians to degrees</p></td>
+</tr>
+<tr class="row-odd"><td><p>exp(x)</p></td>
 <td><p>exponential</p></td>
 </tr>
-<tr class="row-odd"><td><p>floor(x)</p></td>
+<tr class="row-even"><td><p>floor(x)</p></td>
 <td><p>nearest integer less than or equal to argument</p></td>
 </tr>
-<tr class="row-even"><td><p>ln(x)</p></td>
+<tr class="row-odd"><td><p>ln(x)</p></td>
 <td><p>natural logarithm</p></td>
 </tr>
-<tr class="row-odd"><td><p>log(base, x)</p></td>
+<tr class="row-even"><td><p>log(base, x)</p></td>
 <td><p>logarithm of x for a particular base</p></td>
 </tr>
-<tr class="row-even"><td><p>log10(x)</p></td>
+<tr class="row-odd"><td><p>log10(x)</p></td>
 <td><p>base 10 logarithm</p></td>
 </tr>
-<tr class="row-odd"><td><p>log2(x)</p></td>
+<tr class="row-even"><td><p>log2(x)</p></td>
 <td><p>base 2 logarithm</p></td>
 </tr>
-<tr class="row-even"><td><p>pi()</p></td>
+<tr class="row-odd"><td><p>pi()</p></td>
 <td><p>approximate value of π</p></td>
 </tr>
-<tr class="row-odd"><td><p>power(base, exponent)</p></td>
+<tr class="row-even"><td><p>power(base, exponent)</p></td>
 <td><p>base raised to the power of exponent</p></td>
 </tr>
+<tr class="row-odd"><td><p>radians(x)</p></td>
+<td><p>converts degrees to radians</p></td>
+</tr>
 <tr class="row-even"><td><p>round(x)</p></td>
 <td><p>round to nearest integer</p></td>
 </tr>
diff --git a/user-guide/sql/scalar_functions.html b/user-guide/sql/scalar_functions.html
index 42c423832e..e83ca78f70 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -467,12 +467,26 @@
       </span>
      </code>
     </a>
+   </li>
+   <li class="toc-h3 nav-item toc-entry">
+    <a class="reference internal nav-link" href="#degrees">
+     <code class="docutils literal notranslate">
+      <span class="pre">
+       degrees
+      </span>
+     </code>
+    </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
       <a class="reference internal nav-link" href="#id11">
        Arguments
       </a>
      </li>
+     <li class="toc-h4 nav-item toc-entry">
+      <a class="reference internal nav-link" href="#id12">
+       Arguments
+      </a>
+     </li>
     </ul>
    </li>
    <li class="toc-h3 nav-item toc-entry">
@@ -485,7 +499,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id12">
+      <a class="reference internal nav-link" href="#id13">
        Arguments
       </a>
      </li>
@@ -501,7 +515,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id13">
+      <a class="reference internal nav-link" href="#id14">
        Arguments
       </a>
      </li>
@@ -517,7 +531,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id14">
+      <a class="reference internal nav-link" href="#id15">
        Arguments
       </a>
      </li>
@@ -533,7 +547,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id15">
+      <a class="reference internal nav-link" href="#id16">
        Arguments
       </a>
      </li>
@@ -549,7 +563,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id16">
+      <a class="reference internal nav-link" href="#id17">
        Arguments
       </a>
      </li>
@@ -565,7 +579,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id17">
+      <a class="reference internal nav-link" href="#id18">
        Arguments
       </a>
      </li>
@@ -590,7 +604,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id18">
+      <a class="reference internal nav-link" href="#id19">
        Arguments
       </a>
      </li>
@@ -610,6 +624,22 @@
      </code>
     </a>
    </li>
+   <li class="toc-h3 nav-item toc-entry">
+    <a class="reference internal nav-link" href="#radians">
+     <code class="docutils literal notranslate">
+      <span class="pre">
+       radians
+      </span>
+     </code>
+    </a>
+    <ul class="nav section-nav flex-column">
+     <li class="toc-h4 nav-item toc-entry">
+      <a class="reference internal nav-link" href="#id20">
+       Arguments
+      </a>
+     </li>
+    </ul>
+   </li>
    <li class="toc-h3 nav-item toc-entry">
     <a class="reference internal nav-link" href="#random">
      <code class="docutils literal notranslate">
@@ -629,7 +659,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id19">
+      <a class="reference internal nav-link" href="#id21">
        Arguments
       </a>
      </li>
@@ -645,7 +675,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id20">
+      <a class="reference internal nav-link" href="#id22">
        Arguments
       </a>
      </li>
@@ -661,7 +691,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id21">
+      <a class="reference internal nav-link" href="#id23">
        Arguments
       </a>
      </li>
@@ -677,7 +707,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id22">
+      <a class="reference internal nav-link" href="#id24">
        Arguments
       </a>
      </li>
@@ -693,7 +723,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id23">
+      <a class="reference internal nav-link" href="#id25">
        Arguments
       </a>
      </li>
@@ -709,7 +739,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id24">
+      <a class="reference internal nav-link" href="#id26">
        Arguments
       </a>
      </li>
@@ -725,7 +755,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id25">
+      <a class="reference internal nav-link" href="#id27">
        Arguments
       </a>
      </li>
@@ -741,7 +771,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id26">
+      <a class="reference internal nav-link" href="#id28">
        Arguments
       </a>
      </li>
@@ -764,7 +794,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id27">
+      <a class="reference internal nav-link" href="#id29">
        Arguments
       </a>
      </li>
@@ -780,7 +810,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id28">
+      <a class="reference internal nav-link" href="#id30">
        Arguments
       </a>
      </li>
@@ -803,7 +833,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id29">
+      <a class="reference internal nav-link" href="#id31">
        Arguments
       </a>
      </li>
@@ -819,7 +849,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id30">
+      <a class="reference internal nav-link" href="#id32">
        Arguments
       </a>
      </li>
@@ -835,7 +865,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id31">
+      <a class="reference internal nav-link" href="#id33">
        Arguments
       </a>
      </li>
@@ -869,7 +899,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id32">
+      <a class="reference internal nav-link" href="#id34">
        Arguments
       </a>
      </li>
@@ -885,7 +915,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id33">
+      <a class="reference internal nav-link" href="#id35">
        Arguments
       </a>
      </li>
@@ -901,7 +931,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id34">
+      <a class="reference internal nav-link" href="#id36">
        Arguments
       </a>
      </li>
@@ -917,7 +947,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id35">
+      <a class="reference internal nav-link" href="#id37">
        Arguments
       </a>
      </li>
@@ -933,7 +963,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id36">
+      <a class="reference internal nav-link" href="#id38">
        Arguments
       </a>
      </li>
@@ -949,12 +979,12 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id37">
+      <a class="reference internal nav-link" href="#id39">
        Arguments
       </a>
      </li>
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id38">
+      <a class="reference internal nav-link" href="#id40">
        Aliases
       </a>
      </li>
@@ -970,7 +1000,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id39">
+      <a class="reference internal nav-link" href="#id41">
        Arguments
       </a>
      </li>
@@ -986,7 +1016,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id40">
+      <a class="reference internal nav-link" href="#id42">
        Arguments
       </a>
      </li>
@@ -1002,12 +1032,12 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id41">
+      <a class="reference internal nav-link" href="#id43">
        Arguments
       </a>
      </li>
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id42">
+      <a class="reference internal nav-link" href="#id44">
        Arguments
       </a>
      </li>
@@ -1023,7 +1053,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id43">
+      <a class="reference internal nav-link" href="#id45">
        Arguments
       </a>
      </li>
@@ -1039,7 +1069,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id44">
+      <a class="reference internal nav-link" href="#id46">
        Arguments
       </a>
      </li>
@@ -1055,7 +1085,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id45">
+      <a class="reference internal nav-link" href="#id47">
        Arguments
       </a>
      </li>
@@ -1071,7 +1101,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id46">
+      <a class="reference internal nav-link" href="#id48">
        Arguments
       </a>
      </li>
@@ -1087,7 +1117,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id47">
+      <a class="reference internal nav-link" href="#id49">
        Arguments
       </a>
      </li>
@@ -1103,7 +1133,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id48">
+      <a class="reference internal nav-link" href="#id50">
        Arguments
       </a>
      </li>
@@ -1119,7 +1149,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id49">
+      <a class="reference internal nav-link" href="#id51">
        Arguments
       </a>
      </li>
@@ -1135,7 +1165,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id50">
+      <a class="reference internal nav-link" href="#id52">
        Arguments
       </a>
      </li>
@@ -1151,7 +1181,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id51">
+      <a class="reference internal nav-link" href="#id53">
        Arguments
       </a>
      </li>
@@ -1167,7 +1197,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id52">
+      <a class="reference internal nav-link" href="#id54">
        Arguments
       </a>
      </li>
@@ -1183,7 +1213,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id53">
+      <a class="reference internal nav-link" href="#id55">
        Arguments
       </a>
      </li>
@@ -1208,7 +1238,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id54">
+      <a class="reference internal nav-link" href="#id56">
        Arguments
       </a>
      </li>
@@ -1224,7 +1254,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id55">
+      <a class="reference internal nav-link" href="#id57">
        Arguments
       </a>
      </li>
@@ -1240,7 +1270,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id56">
+      <a class="reference internal nav-link" href="#id58">
        Arguments
       </a>
      </li>
@@ -1272,7 +1302,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id57">
+      <a class="reference internal nav-link" href="#id59">
        Arguments
       </a>
      </li>
@@ -1288,7 +1318,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id58">
+      <a class="reference internal nav-link" href="#id60">
        Arguments
       </a>
      </li>
@@ -1338,7 +1368,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id59">
+      <a class="reference internal nav-link" href="#id61">
        Arguments
       </a>
      </li>
@@ -1354,12 +1384,12 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id60">
+      <a class="reference internal nav-link" href="#id62">
        Arguments
       </a>
      </li>
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id61">
+      <a class="reference internal nav-link" href="#id63">
        Aliases
       </a>
      </li>
@@ -1384,12 +1414,12 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id62">
+      <a class="reference internal nav-link" href="#id64">
        Arguments
       </a>
      </li>
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id63">
+      <a class="reference internal nav-link" href="#id65">
        Aliases
       </a>
      </li>
@@ -1414,7 +1444,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id64">
+      <a class="reference internal nav-link" href="#id66">
        Arguments
       </a>
      </li>
@@ -1430,7 +1460,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id65">
+      <a class="reference internal nav-link" href="#id67">
        Arguments
       </a>
      </li>
@@ -1446,7 +1476,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id66">
+      <a class="reference internal nav-link" href="#id68">
        Arguments
       </a>
      </li>
@@ -1462,7 +1492,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id67">
+      <a class="reference internal nav-link" href="#id69">
        Arguments
       </a>
      </li>
@@ -1478,7 +1508,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id68">
+      <a class="reference internal nav-link" href="#id70">
        Arguments
       </a>
      </li>
@@ -1494,7 +1524,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id69">
+      <a class="reference internal nav-link" href="#id71">
        Arguments
       </a>
      </li>
@@ -1517,7 +1547,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id70">
+      <a class="reference internal nav-link" href="#id72">
        Arguments
       </a>
      </li>
@@ -1533,7 +1563,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id71">
+      <a class="reference internal nav-link" href="#id73">
        Arguments
       </a>
      </li>
@@ -1549,7 +1579,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id72">
+      <a class="reference internal nav-link" href="#id74">
        Arguments
       </a>
      </li>
@@ -1565,7 +1595,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id73">
+      <a class="reference internal nav-link" href="#id75">
        Arguments
       </a>
      </li>
@@ -1581,7 +1611,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id74">
+      <a class="reference internal nav-link" href="#id76">
        Arguments
       </a>
      </li>
@@ -1597,7 +1627,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id75">
+      <a class="reference internal nav-link" href="#id77">
        Arguments
       </a>
      </li>
@@ -1620,7 +1650,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id76">
+      <a class="reference internal nav-link" href="#id78">
        Arguments
       </a>
      </li>
@@ -1636,7 +1666,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id77">
+      <a class="reference internal nav-link" href="#id79">
        Arguments
       </a>
      </li>
@@ -1652,7 +1682,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id78">
+      <a class="reference internal nav-link" href="#id80">
        Arguments
       </a>
      </li>
@@ -1668,7 +1698,7 @@
     </a>
     <ul class="nav section-nav flex-column">
      <li class="toc-h4 nav-item toc-entry">
-      <a class="reference internal nav-link" href="#id79">
+      <a class="reference internal nav-link" href="#id81">
        Arguments
       </a>
      </li>
@@ -1739,6 +1769,7 @@
 <li><p><a class="reference internal" href="#ceil">ceil</a></p></li>
 <li><p><a class="reference internal" href="#cos">cos</a></p></li>
 <li><p><a class="reference internal" href="#cosh">cosh</a></p></li>
+<li><p><a class="reference internal" href="#degrees">degrees</a></p></li>
 <li><p><a class="reference internal" href="#exp">exp</a></p></li>
 <li><p><a class="reference internal" href="#floor">floor</a></p></li>
 <li><p><a class="reference internal" href="#ln">ln</a></p></li>
@@ -1748,6 +1779,7 @@
 <li><p><a class="reference internal" href="#pi">pi</a></p></li>
 <li><p><a class="reference internal" href="#power">power</a></p></li>
 <li><p><a class="reference internal" href="#pow">pow</a></p></li>
+<li><p><a class="reference internal" href="#radians">radians</a></p></li>
 <li><p><a class="reference internal" href="#random">random</a></p></li>
 <li><p><a class="reference internal" href="#round">round</a></p></li>
 <li><p><a class="reference internal" href="#signum">signum</a></p></li>
@@ -1920,6 +1952,13 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">cosh</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
+</section>
+<section id="degrees">
+<h3><code class="docutils literal notranslate"><span class="pre">degrees</span></code><a class="headerlink" href="#degrees" title="Permalink to this heading">¶</a></h3>
+<p>Converts radians to degrees.</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">degrees</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
+</pre></div>
+</div>
 <section id="id11">
 <h4>Arguments<a class="headerlink" href="#id11" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
@@ -1927,6 +1966,13 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
 </ul>
 </section>
+<section id="id12">
+<h4>Arguments<a class="headerlink" href="#id12" title="Permalink to this heading">¶</a></h4>
+<ul class="simple">
+<li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
+Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
+</ul>
+</section>
 </section>
 <section id="exp">
 <h3><code class="docutils literal notranslate"><span class="pre">exp</span></code><a class="headerlink" href="#exp" title="Permalink to this heading">¶</a></h3>
@@ -1934,8 +1980,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">exp</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id12">
-<h4>Arguments<a class="headerlink" href="#id12" title="Permalink to this heading">¶</a></h4>
+<section id="id13">
+<h4>Arguments<a class="headerlink" href="#id13" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to use as the exponent.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -1948,8 +1994,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">floor</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id13">
-<h4>Arguments<a class="headerlink" href="#id13" title="Permalink to this heading">¶</a></h4>
+<section id="id14">
+<h4>Arguments<a class="headerlink" href="#id14" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -1962,8 +2008,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">ln</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id14">
-<h4>Arguments<a class="headerlink" href="#id14" title="Permalink to this heading">¶</a></h4>
+<section id="id15">
+<h4>Arguments<a class="headerlink" href="#id15" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -1978,8 +2024,8 @@ Can either provide a specified base, or if omitted then takes the base-10 of a n
 <span class="n">log</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id15">
-<h4>Arguments<a class="headerlink" href="#id15" title="Permalink to this heading">¶</a></h4>
+<section id="id16">
+<h4>Arguments<a class="headerlink" href="#id16" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>base</strong>: Base numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -1994,8 +2040,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">log10</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id16">
-<h4>Arguments<a class="headerlink" href="#id16" title="Permalink to this heading">¶</a></h4>
+<section id="id17">
+<h4>Arguments<a class="headerlink" href="#id17" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2008,8 +2054,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">log2</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id17">
-<h4>Arguments<a class="headerlink" href="#id17" title="Permalink to this heading">¶</a></h4>
+<section id="id18">
+<h4>Arguments<a class="headerlink" href="#id18" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2029,8 +2075,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">power</span><span class="p">(</span><span class="n">base</span><span class="p">,</span> <span class="n">exponent</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id18">
-<h4>Arguments<a class="headerlink" href="#id18" title="Permalink to this heading">¶</a></h4>
+<section id="id19">
+<h4>Arguments<a class="headerlink" href="#id19" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>base</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2049,6 +2095,21 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <h3><code class="docutils literal notranslate"><span class="pre">pow</span></code><a class="headerlink" href="#pow" title="Permalink to this heading">¶</a></h3>
 <p><em>Alias of <a class="reference internal" href="#power">power</a>.</em></p>
 </section>
+<section id="radians">
+<h3><code class="docutils literal notranslate"><span class="pre">radians</span></code><a class="headerlink" href="#radians" title="Permalink to this heading">¶</a></h3>
+<p>Converts degrees to radians.</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">radians</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
+</pre></div>
+</div>
+<section id="id20">
+<h4>Arguments<a class="headerlink" href="#id20" title="Permalink to this heading">¶</a></h4>
+<ul>
+<li><h1 class="rubric" id="numeric-expression-numeric-expression-to-operate-on-can-be-a-constant-column-or-function-and-any-combination-of-arithmetic-operators"><strong>numeric_expression</strong>: Numeric expression to operate on.
+Can be a constant, column, or function, and any combination of arithmetic operators.</h1>
+</li>
+</ul>
+</section>
+</section>
 <section id="random">
 <h3><code class="docutils literal notranslate"><span class="pre">random</span></code><a class="headerlink" href="#random" title="Permalink to this heading">¶</a></h3>
 <p>Returns a random float value in the range [0, 1).
@@ -2063,8 +2124,8 @@ The random seed is unique to each row.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="nb">round</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id19">
-<h4>Arguments<a class="headerlink" href="#id19" title="Permalink to this heading">¶</a></h4>
+<section id="id21">
+<h4>Arguments<a class="headerlink" href="#id21" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2079,8 +2140,8 @@ Zero and positive numbers return <code class="docutils literal notranslate"><spa
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">signum</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id20">
-<h4>Arguments<a class="headerlink" href="#id20" title="Permalink to this heading">¶</a></h4>
+<section id="id22">
+<h4>Arguments<a class="headerlink" href="#id22" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2093,8 +2154,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sin</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id21">
-<h4>Arguments<a class="headerlink" href="#id21" title="Permalink to this heading">¶</a></h4>
+<section id="id23">
+<h4>Arguments<a class="headerlink" href="#id23" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2107,8 +2168,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sinh</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id22">
-<h4>Arguments<a class="headerlink" href="#id22" title="Permalink to this heading">¶</a></h4>
+<section id="id24">
+<h4>Arguments<a class="headerlink" href="#id24" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2121,8 +2182,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sqrt</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id23">
-<h4>Arguments<a class="headerlink" href="#id23" title="Permalink to this heading">¶</a></h4>
+<section id="id25">
+<h4>Arguments<a class="headerlink" href="#id25" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2135,8 +2196,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">tan</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id24">
-<h4>Arguments<a class="headerlink" href="#id24" title="Permalink to this heading">¶</a></h4>
+<section id="id26">
+<h4>Arguments<a class="headerlink" href="#id26" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2149,8 +2210,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">tanh</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id25">
-<h4>Arguments<a class="headerlink" href="#id25" title="Permalink to this heading">¶</a></h4>
+<section id="id27">
+<h4>Arguments<a class="headerlink" href="#id27" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2163,8 +2224,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">trunc</span><span class="p">(</span><span class="n">numeric_expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id26">
-<h4>Arguments<a class="headerlink" href="#id26" title="Permalink to this heading">¶</a></h4>
+<section id="id28">
+<h4>Arguments<a class="headerlink" href="#id28" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>numeric_expression</strong>: Numeric expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2186,8 +2247,8 @@ This function is often used to substitute a default value for <em>null</em> valu
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">coalesce</span><span class="p">(</span><span class="n">expression1</span><span class="p">[,</span> <span class="o">...</span><span class="p">,</span> <span class="n">expression_n</span><span class="p">])</span>
 </pre></div>
 </div>
-<section id="id27">
-<h4>Arguments<a class="headerlink" href="#id27" title="Permalink to this heading">¶</a></h4>
+<section id="id29">
+<h4>Arguments<a class="headerlink" href="#id29" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression1, expression_n</strong>:
 Expression to use if previous expressions are <em>null</em>.
@@ -2203,8 +2264,8 @@ This can be used to perform the inverse operation of <a class="reference interna
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">nullif</span><span class="p">(</span><span class="n">expression1</span><span class="p">,</span> <span class="n">expression2</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id28">
-<h4>Arguments<a class="headerlink" href="#id28" title="Permalink to this heading">¶</a></h4>
+<section id="id30">
+<h4>Arguments<a class="headerlink" href="#id30" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression1</strong>: Expression to compare and return if equal to expression2.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2254,8 +2315,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">ascii</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id29">
-<h4>Arguments<a class="headerlink" href="#id29" title="Permalink to this heading">¶</a></h4>
+<section id="id31">
+<h4>Arguments<a class="headerlink" href="#id31" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2270,8 +2331,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">bit_length</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id30">
-<h4>Arguments<a class="headerlink" href="#id30" title="Permalink to this heading">¶</a></h4>
+<section id="id32">
+<h4>Arguments<a class="headerlink" href="#id32" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2289,8 +2350,8 @@ of the input string.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">btrim</span><span class="p">(</span><span class="nb">str</span><span class="p">[,</span> <span class="n">trim_str</span><span class="p">])</span>
 </pre></div>
 </div>
-<section id="id31">
-<h4>Arguments<a class="headerlink" href="#id31" title="Permalink to this heading">¶</a></h4>
+<section id="id33">
+<h4>Arguments<a class="headerlink" href="#id33" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2318,8 +2379,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">concat</span><span class="p">(</span><span class="nb">str</span><span class="p">[,</span> <span class="o">...</span><span class="p">,</span> <span class="n">str_n</span><span class="p">])</span>
 </pre></div>
 </div>
-<section id="id32">
-<h4>Arguments<a class="headerlink" href="#id32" title="Permalink to this heading">¶</a></h4>
+<section id="id34">
+<h4>Arguments<a class="headerlink" href="#id34" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to concatenate.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2335,8 +2396,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">concat</span><span class="p">(</span><span class="n">separator</span><span class="p">,</span> <span class="nb">str</span><span class="p">[,</span> <span class="o">...</span><span class="p">,</span> <span class="n">str_n</span><span class="p">])</span>
 </pre></div>
 </div>
-<section id="id33">
-<h4>Arguments<a class="headerlink" href="#id33" title="Permalink to this heading">¶</a></h4>
+<section id="id35">
+<h4>Arguments<a class="headerlink" href="#id35" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>separator</strong>: Separator to insert between concatenated strings.</p></li>
 <li><p><strong>str</strong>: String expression to concatenate.
@@ -2353,8 +2414,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="nb">chr</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id34">
-<h4>Arguments<a class="headerlink" href="#id34" title="Permalink to this heading">¶</a></h4>
+<section id="id36">
+<h4>Arguments<a class="headerlink" href="#id36" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: Expression containing the ASCII or Unicode code value to operate on.
 Can be a constant, column, or function, and any combination of arithmetic or
@@ -2371,8 +2432,8 @@ Words are delimited by non-alphanumeric characters.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">initcap</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id35">
-<h4>Arguments<a class="headerlink" href="#id35" title="Permalink to this heading">¶</a></h4>
+<section id="id37">
+<h4>Arguments<a class="headerlink" href="#id37" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2388,8 +2449,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">left</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">n</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id36">
-<h4>Arguments<a class="headerlink" href="#id36" title="Permalink to this heading">¶</a></h4>
+<section id="id38">
+<h4>Arguments<a class="headerlink" href="#id38" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2405,15 +2466,15 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">length</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id37">
-<h4>Arguments<a class="headerlink" href="#id37" title="Permalink to this heading">¶</a></h4>
+<section id="id39">
+<h4>Arguments<a class="headerlink" href="#id39" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
 </ul>
 </section>
-<section id="id38">
-<h4>Aliases<a class="headerlink" href="#id38" title="Permalink to this heading">¶</a></h4>
+<section id="id40">
+<h4>Aliases<a class="headerlink" href="#id40" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p>char_length</p></li>
 <li><p>character_length</p></li>
@@ -2429,8 +2490,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">lower</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id39">
-<h4>Arguments<a class="headerlink" href="#id39" title="Permalink to this heading">¶</a></h4>
+<section id="id41">
+<h4>Arguments<a class="headerlink" href="#id41" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2446,8 +2507,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">lpad</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">n</span><span class="p">[,</span> <span class="n">padding_str</span><span class="p">])</span>
 </pre></div>
 </div>
-<section id="id40">
-<h4>Arguments<a class="headerlink" href="#id40" title="Permalink to this heading">¶</a></h4>
+<section id="id42">
+<h4>Arguments<a class="headerlink" href="#id42" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2466,8 +2527,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">ltrim</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id41">
-<h4>Arguments<a class="headerlink" href="#id41" title="Permalink to this heading">¶</a></h4>
+<section id="id43">
+<h4>Arguments<a class="headerlink" href="#id43" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2477,8 +2538,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <a class="reference internal" href="#rtrim">rtrim</a>,
 <a class="reference internal" href="#trim">trim</a></p>
 </section>
-<section id="id42">
-<h4>Arguments<a class="headerlink" href="#id42" title="Permalink to this heading">¶</a></h4>
+<section id="id44">
+<h4>Arguments<a class="headerlink" href="#id44" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2491,8 +2552,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">octet_length</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id43">
-<h4>Arguments<a class="headerlink" href="#id43" title="Permalink to this heading">¶</a></h4>
+<section id="id45">
+<h4>Arguments<a class="headerlink" href="#id45" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2508,8 +2569,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">repeat</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">n</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id44">
-<h4>Arguments<a class="headerlink" href="#id44" title="Permalink to this heading">¶</a></h4>
+<section id="id46">
+<h4>Arguments<a class="headerlink" href="#id46" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to repeat.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2523,8 +2584,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">replace</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">substr</span><span class="p">,</span> <span class="n">replacement</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id45">
-<h4>Arguments<a class="headerlink" href="#id45" title="Permalink to this heading">¶</a></h4>
+<section id="id47">
+<h4>Arguments<a class="headerlink" href="#id47" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to repeat.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2541,8 +2602,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">reverse</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id46">
-<h4>Arguments<a class="headerlink" href="#id46" title="Permalink to this heading">¶</a></h4>
+<section id="id48">
+<h4>Arguments<a class="headerlink" href="#id48" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to repeat.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2555,8 +2616,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">right</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">n</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id47">
-<h4>Arguments<a class="headerlink" href="#id47" title="Permalink to this heading">¶</a></h4>
+<section id="id49">
+<h4>Arguments<a class="headerlink" href="#id49" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2572,8 +2633,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">rpad</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">n</span><span class="p">[,</span> <span class="n">padding_str</span><span class="p">])</span>
 </pre></div>
 </div>
-<section id="id48">
-<h4>Arguments<a class="headerlink" href="#id48" title="Permalink to this heading">¶</a></h4>
+<section id="id50">
+<h4>Arguments<a class="headerlink" href="#id50" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2592,8 +2653,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">rtrim</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id49">
-<h4>Arguments<a class="headerlink" href="#id49" title="Permalink to this heading">¶</a></h4>
+<section id="id51">
+<h4>Arguments<a class="headerlink" href="#id51" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2611,8 +2672,8 @@ specified position.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">split_part</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">delimiter</span><span class="p">,</span> <span class="n">pos</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id50">
-<h4>Arguments<a class="headerlink" href="#id50" title="Permalink to this heading">¶</a></h4>
+<section id="id52">
+<h4>Arguments<a class="headerlink" href="#id52" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to spit.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2627,8 +2688,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">starts_with</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">substr</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id51">
-<h4>Arguments<a class="headerlink" href="#id51" title="Permalink to this heading">¶</a></h4>
+<section id="id53">
+<h4>Arguments<a class="headerlink" href="#id53" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to test.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2644,8 +2705,8 @@ If the substring does not exist in the string, the function returns 0.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">strpos</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">substr</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id52">
-<h4>Arguments<a class="headerlink" href="#id52" title="Permalink to this heading">¶</a></h4>
+<section id="id54">
+<h4>Arguments<a class="headerlink" href="#id54" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2661,8 +2722,8 @@ starting position in a string.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">substr</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">start_pos</span><span class="p">[,</span> <span class="n">length</span><span class="p">])</span>
 </pre></div>
 </div>
-<section id="id53">
-<h4>Arguments<a class="headerlink" href="#id53" title="Permalink to this heading">¶</a></h4>
+<section id="id55">
+<h4>Arguments<a class="headerlink" href="#id55" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2693,8 +2754,8 @@ characters at the same position in the <strong>chars</strong> string.</p></li>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">to_hex</span><span class="p">(</span><span class="nb">int</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id54">
-<h4>Arguments<a class="headerlink" href="#id54" title="Permalink to this heading">¶</a></h4>
+<section id="id56">
+<h4>Arguments<a class="headerlink" href="#id56" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>int</strong>: Integer expression to convert.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -2707,8 +2768,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">trim</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id55">
-<h4>Arguments<a class="headerlink" href="#id55" title="Permalink to this heading">¶</a></h4>
+<section id="id57">
+<h4>Arguments<a class="headerlink" href="#id57" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2725,8 +2786,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">upper</span><span class="p">(</span><span class="nb">str</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id56">
-<h4>Arguments<a class="headerlink" href="#id56" title="Permalink to this heading">¶</a></h4>
+<section id="id58">
+<h4>Arguments<a class="headerlink" href="#id58" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2758,8 +2819,8 @@ supports the following regular expression functions:</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">regexp_match</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">regexp</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id57">
-<h4>Arguments<a class="headerlink" href="#id57" title="Permalink to this heading">¶</a></h4>
+<section id="id59">
+<h4>Arguments<a class="headerlink" href="#id59" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2774,8 +2835,8 @@ Can be a constant, column, or function.</p></li>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">regexp_replace</span><span class="p">(</span><span class="nb">str</span><span class="p">,</span> <span class="n">regexp</span><span class="p">,</span> <span class="n">replacement</span><span class="p">,</span> <span class="n">flags</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id58">
-<h4>Arguments<a class="headerlink" href="#id58" title="Permalink to this heading">¶</a></h4>
+<section id="id60">
+<h4>Arguments<a class="headerlink" href="#id60" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>str</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -2850,8 +2911,8 @@ minute bin it is in: <code class="docutils literal notranslate"><span class="pre
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">date_bin</span><span class="p">(</span><span class="n">interval</span><span class="p">,</span> <span class="n">expression</span><span class="p">,</span> <span class="n">origin</span><span class="o">-</span><span class="n">timestamp</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id59">
-<h4>Arguments<a class="headerlink" href="#id59" title="Permalink to this heading">¶</a></h4>
+<section id="id61">
+<h4>Arguments<a class="headerlink" href="#id61" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>interval</strong>: Bin interval.</p></li>
 <li><p><strong>expression</strong>: Time expression to operate on.
@@ -2880,8 +2941,8 @@ Can be a constant, column, or function.</p></li>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">date_trunc</span><span class="p">(</span><span class="n">precision</span><span class="p">,</span> <span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id60">
-<h4>Arguments<a class="headerlink" href="#id60" title="Permalink to this heading">¶</a></h4>
+<section id="id62">
+<h4>Arguments<a class="headerlink" href="#id62" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>precision</strong>: Time precision to truncate to.
 The following precisions are supported:</p>
@@ -2899,8 +2960,8 @@ The following precisions are supported:</p>
 Can be a constant, column, or function.</p></li>
 </ul>
 </section>
-<section id="id61">
-<h4>Aliases<a class="headerlink" href="#id61" title="Permalink to this heading">¶</a></h4>
+<section id="id63">
+<h4>Aliases<a class="headerlink" href="#id63" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p>datetrunc</p></li>
 </ul>
@@ -2916,8 +2977,8 @@ Can be a constant, column, or function.</p></li>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">date_part</span><span class="p">(</span><span class="n">part</span><span class="p">,</span> <span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id62">
-<h4>Arguments<a class="headerlink" href="#id62" title="Permalink to this heading">¶</a></h4>
+<section id="id64">
+<h4>Arguments<a class="headerlink" href="#id64" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>part</strong>: Part of the date to return.
 The following date parts are supported:</p>
@@ -2940,8 +3001,8 @@ The following date parts are supported:</p>
 Can be a constant, column, or function.</p></li>
 </ul>
 </section>
-<section id="id63">
-<h4>Aliases<a class="headerlink" href="#id63" title="Permalink to this heading">¶</a></h4>
+<section id="id65">
+<h4>Aliases<a class="headerlink" href="#id65" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p>datepart</p></li>
 </ul>
@@ -2958,8 +3019,8 @@ Similar to <code class="docutils literal notranslate"><span class="pre">date_par
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">extract</span><span class="p">(</span><span class="n">field</span> <span class="n">FROM</span> <span class="n">source</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id64">
-<h4>Arguments<a class="headerlink" href="#id64" title="Permalink to this heading">¶</a></h4>
+<section id="id66">
+<h4>Arguments<a class="headerlink" href="#id66" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>field</strong>: Part or field of the date to return.
 The following date fields are supported:</p>
@@ -2992,8 +3053,8 @@ return the corresponding RFC3339 nanosecond timestamp.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">to_timestamp</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id65">
-<h4>Arguments<a class="headerlink" href="#id65" title="Permalink to this heading">¶</a></h4>
+<section id="id67">
+<h4>Arguments<a class="headerlink" href="#id67" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: Expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -3009,8 +3070,8 @@ return the corresponding RFC3339 timestamp.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">to_timestamp_millis</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id66">
-<h4>Arguments<a class="headerlink" href="#id66" title="Permalink to this heading">¶</a></h4>
+<section id="id68">
+<h4>Arguments<a class="headerlink" href="#id68" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: Expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -3026,8 +3087,8 @@ return the corresponding RFC3339 timestamp.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">to_timestamp_micros</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id67">
-<h4>Arguments<a class="headerlink" href="#id67" title="Permalink to this heading">¶</a></h4>
+<section id="id69">
+<h4>Arguments<a class="headerlink" href="#id69" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: Expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -3043,8 +3104,8 @@ return the corresponding RFC3339 timestamp.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">to_timestamp_seconds</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id68">
-<h4>Arguments<a class="headerlink" href="#id68" title="Permalink to this heading">¶</a></h4>
+<section id="id70">
+<h4>Arguments<a class="headerlink" href="#id70" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: Expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -3059,8 +3120,8 @@ RFC3339 timestamp.</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">from_unixtime</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id69">
-<h4>Arguments<a class="headerlink" href="#id69" title="Permalink to this heading">¶</a></h4>
+<section id="id71">
+<h4>Arguments<a class="headerlink" href="#id71" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: Expression to operate on.
 Can be a constant, column, or function, and any combination of arithmetic operators.</p></li>
@@ -3084,8 +3145,8 @@ Can be a constant, column, or function, and any combination of arithmetic operat
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">digest</span><span class="p">(</span><span class="n">expression</span><span class="p">,</span> <span class="n">algorithm</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id70">
-<h4>Arguments<a class="headerlink" href="#id70" title="Permalink to this heading">¶</a></h4>
+<section id="id72">
+<h4>Arguments<a class="headerlink" href="#id72" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -3111,8 +3172,8 @@ Must be one of:</p>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">md5</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id71">
-<h4>Arguments<a class="headerlink" href="#id71" title="Permalink to this heading">¶</a></h4>
+<section id="id73">
+<h4>Arguments<a class="headerlink" href="#id73" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -3125,8 +3186,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sha224</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id72">
-<h4>Arguments<a class="headerlink" href="#id72" title="Permalink to this heading">¶</a></h4>
+<section id="id74">
+<h4>Arguments<a class="headerlink" href="#id74" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -3139,8 +3200,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sha256</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id73">
-<h4>Arguments<a class="headerlink" href="#id73" title="Permalink to this heading">¶</a></h4>
+<section id="id75">
+<h4>Arguments<a class="headerlink" href="#id75" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -3153,8 +3214,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sha384</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id74">
-<h4>Arguments<a class="headerlink" href="#id74" title="Permalink to this heading">¶</a></h4>
+<section id="id76">
+<h4>Arguments<a class="headerlink" href="#id76" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -3167,8 +3228,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sha512</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id75">
-<h4>Arguments<a class="headerlink" href="#id75" title="Permalink to this heading">¶</a></h4>
+<section id="id77">
+<h4>Arguments<a class="headerlink" href="#id77" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: String expression to operate on.
 Can be a constant, column, or function, and any combination of string operators.</p></li>
@@ -3190,8 +3251,8 @@ Can be a constant, column, or function, and any combination of string operators.
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">make_array</span><span class="p">(</span><span class="n">expression1</span><span class="p">[,</span> <span class="o">...</span><span class="p">,</span> <span class="n">expression_n</span><span class="p">])</span>
 </pre></div>
 </div>
-<section id="id76">
-<h4>Arguments<a class="headerlink" href="#id76" title="Permalink to this heading">¶</a></h4>
+<section id="id78">
+<h4>Arguments<a class="headerlink" href="#id78" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression_n</strong>: Expression to include in the output array.
 Can be a constant, column, or function, and any combination of arithmetic or
@@ -3205,8 +3266,8 @@ string operators.</p></li>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">arrow_cast</span><span class="p">(</span><span class="n">expression</span><span class="p">,</span> <span class="n">datatype</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id77">
-<h4>Arguments<a class="headerlink" href="#id77" title="Permalink to this heading">¶</a></h4>
+<section id="id79">
+<h4>Arguments<a class="headerlink" href="#id79" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: Expression to cast.
 Can be a constant, column, or function, and any combination of arithmetic or
@@ -3222,8 +3283,8 @@ to cast to.</p></li>
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">arrow_typeof</span><span class="p">(</span><span class="n">expression</span><span class="p">)</span>
 </pre></div>
 </div>
-<section id="id78">
-<h4>Arguments<a class="headerlink" href="#id78" title="Permalink to this heading">¶</a></h4>
+<section id="id80">
+<h4>Arguments<a class="headerlink" href="#id80" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression</strong>: Expression to evaluate.
 Can be a constant, column, or function, and any combination of arithmetic or
@@ -3239,8 +3300,8 @@ For example: <code class="docutils literal notranslate"><span class="pre">c0</sp
 <div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">struct</span><span class="p">(</span><span class="n">expression1</span><span class="p">[,</span> <span class="o">...</span><span class="p">,</span> <span class="n">expression_n</span><span class="p">])</span>
 </pre></div>
 </div>
-<section id="id79">
-<h4>Arguments<a class="headerlink" href="#id79" title="Permalink to this heading">¶</a></h4>
+<section id="id81">
+<h4>Arguments<a class="headerlink" href="#id81" title="Permalink to this heading">¶</a></h4>
 <ul class="simple">
 <li><p><strong>expression_n</strong>: Expression to include in the output struct.
 Can be a constant, column, or function, and any combination of arithmetic or