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

Mehant Baid updated DRILL-1526:
-------------------------------
    Attachment: DRILL-1526.patch

> Improve cast functions that cast varchar to numeric type
> --------------------------------------------------------
>
>                 Key: DRILL-1526
>                 URL: https://issues.apache.org/jira/browse/DRILL-1526
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Mehant Baid
>            Assignee: Mehant Baid
>             Fix For: 0.7.0
>
>         Attachments: DRILL-1526.patch
>
>
> The cast function implementation to go from varchar to int/bigint is 
> relatively large and every time we use this function, we add this logic to 
> our run time generated class and JVM has to optimize the same logic multiple 
> times. Instead it would be useful to have a utility method that contains the 
> casting logic, which will be called in the runtime generated code that the 
> JVM will need to optimize only once. 



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

Reply via email to