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

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=16845453#comment-16845453 ] 

Julian Hyde edited comment on CALCITE-3084 at 5/22/19 3:17 AM:
---------------------------------------------------------------

Does this relate to CALCITE-2965 and CALCITE-2599? If so please link the issues and explain why they are different.


was (Author: julianhyde):
Does this relate to CALCITE-2965? If so please link the issues and explain why they are different.

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