You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Steven Phillips (JIRA)" <ji...@apache.org> on 2014/10/02 01:51:34 UTC

[jira] [Updated] (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:all-tabpanel ]

Steven Phillips updated DRILL-1141:
-----------------------------------
    Fix Version/s:     (was: 0.6.0)
                   0.7.0

> 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: DrillCommitter
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: 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)