walterddr commented on a change in pull request #6337: [FLINK-9853] [table] Add 
HEX support 
URL: https://github.com/apache/flink/pull/6337#discussion_r208630486
 
 

 ##########
 File path: docs/dev/table/sql.md
 ##########
 @@ -1664,6 +1664,17 @@ BIN(numeric)
       </td>
     </tr>
 
+    <tr>
+      <td>
+{% highlight text %}
+HEX(numeric)
+HEX(string)
+      {% endhighlight %}
+      </td>
+      <td>
+        <p>Returns a string representation of an integer numeric value or a 
string in hex format. Returns null if numeric is null. E.g. "20" leads to "14", 
"100" leads to "64", "hello,world" leads to "68656c6c6f2c776f726c64".</p>
 
 Review comment:
   great change and explanations. actually my point was to have `"20"` --> `` 
`20` `` with specifically the backtick. since backtick quoted strings gets 
format differently in Flink doc page and it will be immediately clear that this 
is a numeral literal. 

----------------------------------------------------------------
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