You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (JIRA)" <ji...@apache.org> on 2016/09/08 06:42:20 UTC

[jira] [Created] (FLINK-4597) Improve Scalar Function section in Table API documentation

Jark Wu created FLINK-4597:
------------------------------

             Summary: Improve Scalar Function section in Table API documentation
                 Key: FLINK-4597
                 URL: https://issues.apache.org/jira/browse/FLINK-4597
             Project: Flink
          Issue Type: Improvement
          Components: Table API & SQL
            Reporter: Jark Wu
            Assignee: Jark Wu
            Priority: Minor


The function signature in Scalar Function section is a little confusing. Because it's hard to distinguish keyword and parameters. Such as : {{EXTRACT(TIMEINTERVALUNIT FROM TEMPORAL)}}, user may not know TEMPORAL is a parameter after first glance. I propose to use {{<>}} around parameters, i.e. {{EXTRACT(<TIMEINTERVALUNIT> FROM <TEMPORAL>)}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)