You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metamodel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/08 04:49:00 UTC

[jira] [Commented] (METAMODEL-193) Query parser support for "CAST AS " expression

    [ https://issues.apache.org/jira/browse/METAMODEL-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679294#comment-16679294 ] 

ASF GitHub Bot commented on METAMODEL-193:
------------------------------------------

Github user kaspersorensen closed the pull request at:

    https://github.com/apache/metamodel/pull/128


> Query parser support for "CAST <field> AS <type>" expression
> ------------------------------------------------------------
>
>                 Key: METAMODEL-193
>                 URL: https://issues.apache.org/jira/browse/METAMODEL-193
>             Project: Apache MetaModel
>          Issue Type: Improvement
>            Reporter: Kasper Sørensen
>            Priority: Major
>
> As a natural addition to the work with datatype-converter functions of METAMODEL-192, we could also provide some syntax support for a pretty normal way of converting/casting data types in SQL:
> {code}
> SELECT CAST id AS string FROM table
> {code}
> We have converter functions for strings, numbers, dates and booleans. But they currently require you to use a function style syntax like:
> {code}
> SELECT TO_STRING(id) FROM table
> {code}
> Supporting both syntax styles would be nice for SQL users.



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