yanghua commented on a change in pull request #6597: [FLINK-10136] [table] Add 
REPEAT supported in Table API and SQL
URL: https://github.com/apache/flink/pull/6597#discussion_r212788014
 
 

 ##########
 File path: docs/dev/table/functions.md
 ##########
 @@ -2614,6 +2626,18 @@ STRING.rtrim()
         <p>E.g., <code>'This is a test String. '.rtrim()</code> returns "This 
is a test String.".</p>
       </td>
     </tr>
+
+    <tr>
+      <td>
+        {% highlight java %}
+STRING.repeat(INT)
+{% endhighlight %}
+      </td>
+      <td>
+        <p>Returns a string that repeats the base <i>STRING</i> <i>INT</i> 
times.</p> 
+        <p>E.g., <code>"This is a test String. ".repeat(2)</code> returns 
"This is a test String.This is a test String.".</p>
 
 Review comment:
   Thank you very much. @xccui 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to