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

Blog

assert

Asserts in case boolean input is false. Optionally it asserts with message if input string

assert_equals

Platforms: WhereOS, Spark, Hive Class: brickhouse.udf.sanity.AssertEqualsUDF More functions can be added to WhereOS via Python

assert_less_than

Platforms: WhereOS, Spark, Hive Class: brickhouse.udf.sanity.AssertLessThanUDF More functions can be added to WhereOS via Python

assert_true

assert_true(expr) – Throws an exception if `expr` is not true. Platforms: WhereOS, Spark, Hive Class:

arrays_zip

arrays_zip(a1, a2, …) – Returns a merged array of structs in which the N-th struct

ascii

ascii(str) – Returns the numeric value of the first character of `str`. Platforms: WhereOS, Spark,