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 989bf6b2c7 Publish built docs triggered by 
d2f9025ff4cd9e94501131fa81c409e33c7c00ec
989bf6b2c7 is described below

commit 989bf6b2c7641e93d88c4b30ed8b30031ee067fc
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 16 18:52:51 2023 +0000

    Publish built docs triggered by d2f9025ff4cd9e94501131fa81c409e33c7c00ec
---
 _sources/user-guide/expressions.md.txt |  1 +
 searchindex.js                         |  2 +-
 user-guide/expressions.html            | 25 ++++++++++++++-----------
 3 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/_sources/user-guide/expressions.md.txt 
b/_sources/user-guide/expressions.md.txt
index 630b158092..d8dfa7af53 100644
--- a/_sources/user-guide/expressions.md.txt
+++ b/_sources/user-guide/expressions.md.txt
@@ -101,6 +101,7 @@ expressions such as `col("a") + col("b")` to be used.
 | log(base, x)          | logarithm of x for a particular base              |
 | log10(x)              | base 10 logarithm                                 |
 | log2(x)               | base 2 logarithm                                  |
+| nanvl(x, y)           | returns x if x is not NaN otherwise returns y     |
 | pi()                  | approximate value of π                            |
 | power(base, exponent) | base raised to the power of exponent              |
 | radians(x)            | converts degrees to radians                       |
diff --git a/searchindex.js b/searchindex.js
index 86beb76b20..848d5a6ea3 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", 
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture", 
"contributor-guide/communication", "contributor-guide/index", 
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", 
"contributor-guide/specification/index", 
"contributor-guide/specification/invariants", 
"contributor-guide/specification/output-field-name-semantic", "index", 
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans", 
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 4c1a97b066..9691be36d5 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -673,37 +673,40 @@ expressions such as <code class="docutils literal 
notranslate"><span class="pre"
 <tr class="row-odd"><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-even"><td><p>nanvl(x, y)</p></td>
+<td><p>returns x if x is not NaN otherwise returns y</p></td>
+</tr>
+<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-even"><td><p>radians(x)</p></td>
+<tr class="row-odd"><td><p>radians(x)</p></td>
 <td><p>converts degrees to radians</p></td>
 </tr>
-<tr class="row-odd"><td><p>round(x)</p></td>
+<tr class="row-even"><td><p>round(x)</p></td>
 <td><p>round to nearest integer</p></td>
 </tr>
-<tr class="row-even"><td><p>signum(x)</p></td>
+<tr class="row-odd"><td><p>signum(x)</p></td>
 <td><p>sign of the argument (-1, 0, +1)</p></td>
 </tr>
-<tr class="row-odd"><td><p>sin(x)</p></td>
+<tr class="row-even"><td><p>sin(x)</p></td>
 <td><p>sine</p></td>
 </tr>
-<tr class="row-even"><td><p>sinh(x)</p></td>
+<tr class="row-odd"><td><p>sinh(x)</p></td>
 <td><p>hyperbolic sine</p></td>
 </tr>
-<tr class="row-odd"><td><p>sqrt(x)</p></td>
+<tr class="row-even"><td><p>sqrt(x)</p></td>
 <td><p>square root</p></td>
 </tr>
-<tr class="row-even"><td><p>tan(x)</p></td>
+<tr class="row-odd"><td><p>tan(x)</p></td>
 <td><p>tangent</p></td>
 </tr>
-<tr class="row-odd"><td><p>tanh(x)</p></td>
+<tr class="row-even"><td><p>tanh(x)</p></td>
 <td><p>hyperbolic tangent</p></td>
 </tr>
-<tr class="row-even"><td><p>trunc(x)</p></td>
+<tr class="row-odd"><td><p>trunc(x)</p></td>
 <td><p>truncate toward zero</p></td>
 </tr>
 </tbody>

Reply via email to