Skip to content

possible data truncation  #11461

@isandeep41

Description

@isandeep41

module: druid-core
class: UnivariateMathFunction
Base class for a single variable input mathematical Function, with specialized 'eval' implementations that operate on primitive number types

protected ExprEval eval(double param)
   {
     return eval((long) param);
   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions