You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Aditya Kishore (JIRA)" <ji...@apache.org> on 2014/05/17 02:18:31 UTC

[jira] [Updated] (DRILL-764) Add support for 'convert_to()' and 'convert_from()' functions from SQL

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

Aditya Kishore updated DRILL-764:
---------------------------------

    Attachment: DRILL-764-Add-support-for-convert_to-and-convert_fro.patch

> Add support for 'convert_to()' and 'convert_from()' functions from SQL
> ----------------------------------------------------------------------
>
>                 Key: DRILL-764
>                 URL: https://issues.apache.org/jira/browse/DRILL-764
>             Project: Apache Drill
>          Issue Type: Task
>            Reporter: Aditya Kishore
>            Assignee: Aditya Kishore
>             Fix For: 1.0.0-rc1
>
>         Attachments: DRILL-764-Add-support-for-convert_to-and-convert_fro.patch
>
>
> Add support for expression like 
> {noformat}
> select
>   convert_to(age, 'INT')
> from
>   cp.`employee.json`;
> {noformat}
> in SQL queries.



--
This message was sent by Atlassian JIRA
(v6.2#6252)