David Li created ARROW-13361:
--------------------------------
Summary: [C++] Clean up docs for log/trig functions,
MakeUnaryArithmeticFunctionFloatingPoint
Key: ARROW-13361
URL: https://issues.apache.org/jira/browse/ARROW-13361
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: David Li
Assignee: David Li
The docs state these only work with float arguments, but they work with
integers too.
MakeUnaryArithmeticFunctionFloatingPoint has a redundant check for float
arguments that no longer applies:
[https://github.com/apache/arrow/blob/f7cac0e5866a08e946a14976ef854e8c42ac281b/cpp/src/arrow/compute/kernels/scalar_arithmetic.cc#L1266]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)