You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Mehant Baid (JIRA)" <ji...@apache.org> on 2014/11/12 20:49:34 UTC

[jira] [Commented] (DRILL-1141) ISNUMERIC should be implemented as a SQL function

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

Mehant Baid commented on DRILL-1141:
------------------------------------

Thanks for rebasing, I will merge this. 

> ISNUMERIC should be implemented as a SQL function
> -------------------------------------------------
>
>                 Key: DRILL-1141
>                 URL: https://issues.apache.org/jira/browse/DRILL-1141
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Functions - Drill
>    Affects Versions: m1
>         Environment: every environment
>            Reporter: Fabian Wilckens
>            Assignee: Mehant Baid
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: DRILL-1141-rebased.patch, DRILL-1141-v2.patch
>
>
> Hi,
> would be great to have a ISNUMERIC function in SQL because if you want to run a count on self-described data there should be an option to check wether the field is numeric and therefore countable.
> if you have a CSV for example and the first line or some other lines (such as in a pagebreak when importing) include the fieldnames and therefore text-characters.
> Would be great if a query such as: SELECT count(columns[0]) as number FROM dfs.`bla` WHERE ISNUMERIC(columns[0])=1
> Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)