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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9d3bd90fd Automatic Site Publish by Buildbot
9d3bd90fd is described below

commit 9d3bd90fdcfd14488a1406eb51efd9834838c8f4
Author: buildbot <[email protected]>
AuthorDate: Wed May 11 17:25:43 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/string-manipulation/index.html    | 26 --------------------------
 output/feed.xml                               |  4 ++--
 output/zh/docs/string-manipulation/index.html | 26 --------------------------
 output/zh/feed.xml                            |  4 ++--
 4 files changed, 4 insertions(+), 56 deletions(-)

diff --git a/output/docs/string-manipulation/index.html 
b/output/docs/string-manipulation/index.html
index bb7f73fbc..c1d9c288b 100644
--- a/output/docs/string-manipulation/index.html
+++ b/output/docs/string-manipulation/index.html
@@ -1478,10 +1478,6 @@
       <td><a href="/docs/string-manipulation/#concat">CONCAT</a></td>
       <td>VARCHAR</td>
     </tr>
-    <tr>
-      <td><a 
href="/docs/string-manipulation/#concat_delim">CONCAT_DELIM</a></td>
-      <td>VARCHAR</td>
-    </tr>
     <tr>
       <td><a href="/docs/string-manipulation/#ilike">ILIKE</a></td>
       <td>BOOLEAN</td>
@@ -1665,28 +1661,6 @@ SELECT 
CONVERT_FROM(BYTE_SUBSTR(row_key,6,length(row_key)),'UTF8') FROM root.`my
 
 <p>Alternatively, you can use the <a 
href="/docs/operators/#string-concatenate-operator">string concatenation 
operation</a> to concatenate strings.</p>
 
-<h2 id="concat_delim">CONCAT_DELIM</h2>
-<p>Concatenates arguments inserting the provided delimiter between each pair. 
Null arguments are eliminated.</p>
-
-<h3 id="concat_delim-syntax">CONCAT_DELIM Syntax</h3>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>CONCAT_DELIM(delimiter [, string [, ...] )
-</code></pre></div></div>
-
-<h3 id="concat_delim-example">CONCAT_DELIM Example</h3>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT CONCAT_DELIM('&amp;', 'cat', null, 'mat') FROM 
(VALUES(1));
-
-|-------------------|
-| EXPR$0            |
-|-------------------|
-| cat&amp;mat           |
-|-------------------|
-1 row selected (0.134 seconds)
-</code></pre></div></div>
-
-<p>Alternatively, you can use the <a 
href="/docs/operators/#string-concatenate-operator">string concatenation 
operation</a> to concatenate strings.</p>
-
 <h2 id="ilike">ILIKE</h2>
 <p>Performs a case-insensitive comparison of the input string with a pattern 
and returns
 true in the case of a match.</p>
diff --git a/output/feed.xml b/output/feed.xml
index d7dc8cc9c..dc5f3c154 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Wed, 11 May 2022 13:32:33 +0000</pubDate>
-    <lastBuildDate>Wed, 11 May 2022 13:32:33 +0000</lastBuildDate>
+    <pubDate>Wed, 11 May 2022 17:23:07 +0000</pubDate>
+    <lastBuildDate>Wed, 11 May 2022 17:23:07 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>
diff --git a/output/zh/docs/string-manipulation/index.html 
b/output/zh/docs/string-manipulation/index.html
index 697a2622b..00a1a69c0 100644
--- a/output/zh/docs/string-manipulation/index.html
+++ b/output/zh/docs/string-manipulation/index.html
@@ -1478,10 +1478,6 @@
       <td><a href="/zh/docs/string-manipulation/#concat">CONCAT</a></td>
       <td>VARCHAR</td>
     </tr>
-    <tr>
-      <td><a 
href="/zh/docs/string-manipulation/#concat_delim">CONCAT_DELIM</a></td>
-      <td>VARCHAR</td>
-    </tr>
     <tr>
       <td><a href="/zh/docs/string-manipulation/#ilike">ILIKE</a></td>
       <td>BOOLEAN</td>
@@ -1665,28 +1661,6 @@ SELECT 
CONVERT_FROM(BYTE_SUBSTR(row_key,6,length(row_key)),'UTF8') FROM root.`my
 
 <p>Alternatively, you can use the <a 
href="/zh/docs/operators/#string-concatenate-operator">string concatenation 
operation</a> to concatenate strings.</p>
 
-<h2 id="concat_delim">CONCAT_DELIM</h2>
-<p>Concatenates arguments inserting the provided delimiter between each pair. 
Null arguments are eliminated.</p>
-
-<h3 id="concat_delim-syntax">CONCAT_DELIM Syntax</h3>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>CONCAT_DELIM(delimiter [, string [, ...] )
-</code></pre></div></div>
-
-<h3 id="concat_delim-example">CONCAT_DELIM Example</h3>
-
-<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>SELECT CONCAT_DELIM('&amp;', 'cat', null, 'mat') FROM 
(VALUES(1));
-
-|-------------------|
-| EXPR$0            |
-|-------------------|
-| cat&amp;mat           |
-|-------------------|
-1 row selected (0.134 seconds)
-</code></pre></div></div>
-
-<p>Alternatively, you can use the <a 
href="/zh/docs/operators/#string-concatenate-operator">string concatenation 
operation</a> to concatenate strings.</p>
-
 <h2 id="ilike">ILIKE</h2>
 <p>Performs a case-insensitive comparison of the input string with a pattern 
and returns
 true in the case of a match.</p>
diff --git a/output/zh/feed.xml b/output/zh/feed.xml
index 0dca30f03..8fe1d37ad 100644
--- a/output/zh/feed.xml
+++ b/output/zh/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>/</link>
     <atom:link href="/zh/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Wed, 11 May 2022 13:32:33 +0000</pubDate>
-    <lastBuildDate>Wed, 11 May 2022 13:32:33 +0000</lastBuildDate>
+    <pubDate>Wed, 11 May 2022 17:23:07 +0000</pubDate>
+    <lastBuildDate>Wed, 11 May 2022 17:23:07 +0000</lastBuildDate>
     <generator>Jekyll v3.9.1</generator>
     
       <item>

Reply via email to