[
https://issues.apache.org/jira/browse/DRILL-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13780263#comment-13780263
]
Yash Sharma edited comment on DRILL-248 at 9/27/13 7:02 PM:
------------------------------------------------------------
Patch for scalar functions (subtract, division, multiplication)
Known Issue (work under progress):
Division Function has known Issue:
Only works with Integer return types. The return type for division of numbers
returns an Integer value always.
Clarifications:
10/2 returns 5
11/2 also returns 5, instead of 5.5.
Review Board:
https://reviews.apache.org/r/14378/
was (Author: [email protected]):
Patch for scalar functions (subtract, division, multiplication)
Known Issue (work under progress):
Division Function has known Issue:
Only works with Integer data types. The return type for division of numbers
returns an Integer value always.
Clarifications:
10/2 returns 5
11/2 also returns 5, instead of 5.5.
Review Board:
https://reviews.apache.org/r/14378/
> Implement scalar functions divide, multiply, subtract
> -----------------------------------------------------
>
> Key: DRILL-248
> URL: https://issues.apache.org/jira/browse/DRILL-248
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Yash Sharma
> Attachments: DRILL-248.diff
>
>
> Need to add other scalar functions: divide, multiply, subtract.
> Currently only add works. Functions divide, multiply, subtract are registered
> in Function definitions (MathFunctions) but implementations needs to be added.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira