ceiling

ceiling(expr) – Returns the smallest integer not smaller than `expr`. Platforms: WhereOS, Spark, Hive Class:

changefinder

changefinder(double|array x [, const string options]) – Returns outlier/change-point scores and decisions using ChangeFinder. It

cast_map

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

categorical_features

categorical_features(array featureNames, feature1, feature2, .. [, const string options]) – Returns a feature vector array

cbrt

cbrt(expr) – Returns the cube root of `expr`. Platforms: WhereOS, Spark, Hive Class: org.apache.spark.sql.catalyst.expressions.Cbrt More

cast

cast(expr AS type) – Casts the value `expr` to the target data type `type`. Platforms: