isandeep41 opened a new issue #11461:
URL: https://github.com/apache/druid/issues/11461
module: druid-core
class: UnivariateMathFunction
Base class for a single variable input mathematical Function, with
specialized 'eval' implementations that operate on primitive number types
```java
protected ExprEval eval(double param)
{
return eval((long) param);
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]