You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/23 05:16:00 UTC

[jira] [Updated] (CALCITE-3084) Implement JDBC string functions: ASCII, REPEAT, SPACE, SOUNDEX, DIFFERENCE

     [ https://issues.apache.org/jira/browse/CALCITE-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated CALCITE-3084:
------------------------------------
    Labels: pull-request-available  (was: )

> Implement JDBC string functions: ASCII, REPEAT, SPACE, SOUNDEX, DIFFERENCE
> --------------------------------------------------------------------------
>
>                 Key: CALCITE-3084
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3084
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.19.0
>            Reporter: pingle wang
>            Priority: Critical
>              Labels: pull-request-available
>
> Implement jdbc functional content:
> {code:java}
> {fn ASCII(string)}
> {fn DIFFERENCE(string, string)}
> {fn REPEAT(string, integer)}
> {fn SOUNDEX(string)}
> {fn SPACE(integer)}
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)