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 77674e82d1 Publish built docs triggered by
d9278820d8669cb0db43d4bfaa22f8f29f9584d6
77674e82d1 is described below
commit 77674e82d146d26e25c5224006aefacbb08ddcee
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 11 17:52:55 2024 +0000
Publish built docs triggered by d9278820d8669cb0db43d4bfaa22f8f29f9584d6
---
_sources/user-guide/sql/data_types.md.txt | 10 +++++-----
searchindex.js | 2 +-
user-guide/sql/data_types.html | 10 +++++-----
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/_sources/user-guide/sql/data_types.md.txt
b/_sources/user-guide/sql/data_types.md.txt
index 9f99d7bcb8..bfbd3433f1 100644
--- a/_sources/user-guide/sql/data_types.md.txt
+++ b/_sources/user-guide/sql/data_types.md.txt
@@ -30,11 +30,11 @@ the `arrow_typeof` function. For example:
```sql
select arrow_typeof(interval '1 month');
-+-------------------------------------+
-| arrowtypeof(IntervalYearMonth("1")) |
-+-------------------------------------+
-| Interval(YearMonth) |
-+-------------------------------------+
++---------------------------------------------------------------------+
+| arrow_typeof(IntervalMonthDayNano("79228162514264337593543950336")) |
++---------------------------------------------------------------------+
+| Interval(MonthDayNano) |
++---------------------------------------------------------------------+
```
You can cast a SQL expression to a specific Arrow type using the `arrow_cast`
function
diff --git a/searchindex.js b/searchindex.js
index 83297ace5d..2110cd232f 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture",
"contributor-guide/communication", "contributor-guide/index",
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap",
"contributor-guide/specification/index",
"contributor-guide/specification/invariants",
"contributor-guide/specification/output-field-name-semantic", "index",
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans",
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture",
"contributor-guide/communication", "contributor-guide/index",
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap",
"contributor-guide/specification/index",
"contributor-guide/specification/invariants",
"contributor-guide/specification/output-field-name-semantic", "index",
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans",
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index c871219d60..bac6aef40c 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -443,11 +443,11 @@ This mapping occurs when defining the schema in a <code
class="docutils literal
<p>You can see the corresponding Arrow type for any SQL expression using
the <code class="docutils literal notranslate"><span
class="pre">arrow_typeof</span></code> function. For example:</p>
<div class="highlight-sql notranslate"><div
class="highlight"><pre><span></span><span class="k">select</span><span
class="w"> </span><span class="n">arrow_typeof</span><span
class="p">(</span><span class="nb">interval</span><span class="w"> </span><span
class="s1">'1 month'</span><span class="p">);</span>
-<span class="o">+</span><span
class="c1">-------------------------------------+</span>
-<span class="o">|</span><span class="w"> </span><span
class="n">arrowtypeof</span><span class="p">(</span><span
class="n">IntervalYearMonth</span><span class="p">(</span><span
class="ss">"1"</span><span class="p">))</span><span class="w">
</span><span class="o">|</span>
-<span class="o">+</span><span
class="c1">-------------------------------------+</span>
-<span class="o">|</span><span class="w"> </span><span
class="nb">Interval</span><span class="p">(</span><span
class="n">YearMonth</span><span class="p">)</span><span class="w">
</span><span class="o">|</span>
-<span class="o">+</span><span
class="c1">-------------------------------------+</span>
+<span class="o">+</span><span
class="c1">---------------------------------------------------------------------+</span>
+<span class="o">|</span><span class="w"> </span><span
class="n">arrow_typeof</span><span class="p">(</span><span
class="n">IntervalMonthDayNano</span><span class="p">(</span><span
class="ss">"79228162514264337593543950336"</span><span
class="p">))</span><span class="w"> </span><span class="o">|</span>
+<span class="o">+</span><span
class="c1">---------------------------------------------------------------------+</span>
+<span class="o">|</span><span class="w"> </span><span
class="nb">Interval</span><span class="p">(</span><span
class="n">MonthDayNano</span><span class="p">)</span><span class="w">
</span><span class="o">|</span>
+<span class="o">+</span><span
class="c1">---------------------------------------------------------------------+</span>
</pre></div>
</div>
<p>You can cast a SQL expression to a specific Arrow type using the <code
class="docutils literal notranslate"><span class="pre">arrow_cast</span></code>
function