Get invited to our slack community and get access to opportunities and data science insights

Blog

inline

inline(expr) – Explodes an array of structs into a table. Platforms: WhereOS, Spark, Hive Class:

inline_outer

inline_outer(expr) – Explodes an array of structs into a table. Platforms: WhereOS, Spark, Hive Class:

in

expr1 in(expr2, expr3, …) – Returns true if `expr` equals to any valN. Platforms: WhereOS,

indexed_features

indexed_features(double v1, double v2, …) – Returns a list of features as array: [1:v1, 2:v2,

infinity

infinity() – Returns the constant representing positive infinity. Platforms: WhereOS, Spark, Hive Class: hivemall.tools.math.InfinityUDF More

if

if(expr1, expr2, expr3) – If `expr1` evaluates to true, then returns `expr2`; otherwise returns `expr3`.