You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/15 21:48:50 UTC

[GitHub] xccui commented on a change in pull request #6432: [FLINK-9970] [table] Add ASCII/CHR function for table/sql API

xccui commented on a change in pull request #6432: [FLINK-9970] [table] Add ASCII/CHR function for table/sql API
URL: https://github.com/apache/flink/pull/6432#discussion_r225320391
 
 

 ##########
 File path: docs/dev/table/functions.md
 ##########
 @@ -2449,6 +2449,30 @@ REPEAT(string, integer)
       </td>
     </tr>
 
+    <tr>
+      <td>
+        {% highlight text %}
+ASCII(string)
+{% endhighlight %}
+      </td>
+      <td>
+        <p>Returns a numeric value of the leftmost character of the <i>string</i>.</p> 
 
 Review comment:
   Returns the ASCII code value of... (please also update the Javadoc correspondingly)
   
   As we've reached an agreement on adding the return type, it's better to mention it here.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services