hequn8128 commented on a change in pull request #6494: [FLINK-10059] [table] Add LTRIM supported in Table API and SQL URL: https://github.com/apache/flink/pull/6494#discussion_r208608793
########## File path: docs/dev/table/tableApi.md ########## @@ -4062,6 +4075,19 @@ STRING.toBase64() </td> </tr> + <tr> + <td> + {% highlight scala %} +STRING.ltrim() +{% endhighlight %} + </td> + + <td> + <p>Returns the result string which trimmed the left spaces from the base string; returns NULL if <i>string</i> is NULL.</p> + <p>E.g., <code>" This is a test String.".ltrim()</code> returns "This is a test String.".</p> Review comment: \<code>" This is a test String.".ltrim()\</code> => \<code>' This is a test String.'.ltrim()\</code> ---------------------------------------------------------------- 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