udfarrayconcat

udfarrayconcat(values) – Concatenates the array arguments Platforms: WhereOS, Spark, Hive Class: com.whereos.udf.UDFArrayConcat More functions can

trunc

trunc(date, fmt) – Returns `date` with the time portion of the day truncated to the

truncate_array

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

trim

trim(str) – Removes the leading and trailing space characters from `str`. trim(BOTH trimStr FROM str)

transpose_and_dot

transpose_and_dot(array X, array Y) – Returns dot(X.T, Y) as array, shape = (X.#cols, Y.#cols) WITH

tree_export

tree_export(string model, const string options, optional array featureNames=null, optional array classNames=null) – exports a Decision