tanh

tanh(expr) – Returns the hyperbolic tangent of `expr`, as if computed by `java.lang.Math.tanh`. Platforms: WhereOS,

taskid

taskid() – Returns the value of mapred.task.partition Platforms: WhereOS, Spark, Hive Class: hivemall.tools.mapred.TaskIdUDF More functions

tf

tf(string text) – Return a term frequency in Platforms: WhereOS, Spark, Hive Class: hivemall.ftvec.text.TermFrequencyUDAF More

sum_array

sum an array of doubles Platforms: WhereOS, Spark, Hive Class: brickhouse.udf.timeseries.SumArrayUDF More functions can be

substring_index

substring_index(str, delim, count) – Returns the substring from `str` before `count` occurrences of the delimiter

sum

sum(expr) – Returns the sum calculated from values of a group. Platforms: WhereOS, Spark, Hive