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

Blog

is_infinite

is_infinite(x) – Determine if x is infinite. Platforms: WhereOS, Spark, Hive Class: hivemall.tools.math.IsInfiniteUDF More functions

is_nan

is_nan(x) – Determine if x is not-a-number. Platforms: WhereOS, Spark, Hive Class: hivemall.tools.math.IsNanUDF More functions

is_stopword

is_stopword(string word) – Returns whether English stopword or not Platforms: WhereOS, Spark, Hive Class: hivemall.tools.text.StopwordUDF

instr

instr(str, substr) – Returns the (1-based) index of the first occurrence of `substr` in `str`.

int

int(expr) – Casts the value `expr` to the target data type `int`. Platforms: WhereOS, Spark,

intersect_array

intersect_array(array1, array2, …) – Returns the intersection of a set of arrays Platforms: WhereOS, Spark,