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_overlap

arrays_overlap(a1, a2) – Returns true if a1 contains at least a non-null element present also

ascii

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