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

Blog

exp

exp(expr) – Returns e to the power of `expr`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Exp

explode

explode(expr) – Separates the elements of array `expr` into multiple rows, or the elements of

explode_outer

explode_outer(expr) – Separates the elements of array `expr` into multiple rows, or the elements of

explodegeometry

Platforms: WhereOS, Spark, Hive Class: com.whereos.udf.ExplodeGeometryUDTF More functions can be added to WhereOS via Python

euclid_distance

euclid_distance(ftvec1, ftvec2) – Returns the square root of the sum of the squared differences: sqrt(sum((x

euclid_similarity

euclid_similarity(ftvec1, ftvec2) – Returns a euclid distance based similarity, which is `1.0 / (1.0 +