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 3d1a448a9f Publish built docs triggered by e91af991c5ae4a6b4afab2cb1b0c9307a69e4046 3d1a448a9f is described below commit 3d1a448a9fa6eb5b4c92149f3db66517af79a02d Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Jun 29 10:16:59 2023 +0000 Publish built docs triggered by e91af991c5ae4a6b4afab2cb1b0c9307a69e4046 --- _sources/user-guide/sql/data_types.md.txt | 3 +++ searchindex.js | 2 +- user-guide/sql/data_types.html | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_sources/user-guide/sql/data_types.md.txt b/_sources/user-guide/sql/data_types.md.txt index 1d3455abc2..43cad4537d 100644 --- a/_sources/user-guide/sql/data_types.md.txt +++ b/_sources/user-guide/sql/data_types.md.txt @@ -96,6 +96,9 @@ For example, to cast the output of `now()` to a `Timestamp` with second precisio | ------------ | :------------- | | `BYTEA` | `Binary` | +You can create binary literals using a hex string literal such as +`X'1234` to create a `Binary` value of two bytes, `0x12` and `0x34`. + ## Unsupported SQL Types | SQL Data Type | Arrow DataType | diff --git a/searchindex.js b/searchindex.js index 6212d08b5c..9e06b77821 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/sql/data_types.html b/user-guide/sql/data_types.html index e0bbbce021..b1a04efdaa 100644 --- a/user-guide/sql/data_types.html +++ b/user-guide/sql/data_types.html @@ -524,6 +524,8 @@ For example, to cast the output of <code class="docutils literal notranslate"><s </tr> </tbody> </table> +<p>You can create binary literals using a hex string literal such as +<code class="docutils literal notranslate"><span class="pre">X'1234</span></code> to create a <code class="docutils literal notranslate"><span class="pre">Binary</span></code> value of two bytes, <code class="docutils literal notranslate"><span class="pre">0x12</span></code> and <code class="docutils literal notranslate"><span class="pre">0x34</span></code>.</p> </section> <section id="unsupported-sql-types"> <h2>Unsupported SQL Types<a class="headerlink" href="#unsupported-sql-types" title="Permalink to this heading">ΒΆ</a></h2>