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

[jira] [Created] (DRILL-320) Rework MathFunctions to use codegen

Mehant Baid created DRILL-320:
---------------------------------

             Summary: Rework MathFunctions to use codegen 
                 Key: DRILL-320
                 URL: https://issues.apache.org/jira/browse/DRILL-320
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Mehant Baid
            Assignee: Mehant Baid


MathFunctions.java currently contains implementation of basic math functions (like add, subtract) and only contains a few of the possible implementations written by hand. Need to rework this class such that we can use codegen to generate all possible implementations (consisting of all input types).

Also currently we are missing multiply and divide function implementations, will add those as part of this JIRA.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)