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 2021/01/19 10:50:24 UTC

[GitHub] [flink] dawidwys commented on a change in pull request #14660: [FLINK-20971][table-api-java] Support calling SQL expressions in Table API

dawidwys commented on a change in pull request #14660:
URL: https://github.com/apache/flink/pull/14660#discussion_r560069421



##########
File path: docs/dev/table/functions/systemFunctions.md
##########
@@ -5636,6 +5638,21 @@ STRING.sha2(INT)
     <tr>
       <td>
 {% highlight java %}
+callSql(STRING)
+{% endhighlight %}
+      </td>
+      <td>
+        <p>A call to a SQL expression.</p>
+        <p>The given string is parsed and translated into an Table API expression during planning. Only

Review comment:
       ```suggestion
           <p>The given string is parsed and translated into a Table API expression during planning. Only
   ```

##########
File path: docs/dev/table/functions/systemFunctions.md
##########
@@ -34,6 +34,8 @@ Scalar Functions
 
 The scalar functions take zero, one or more values as the input and return a single value as the result.
 
+Note: You can 

Review comment:
       Something's missing here ;)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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