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

Blog

covar_pop

covar_pop(expr1, expr2) – Returns the population covariance of a set of number pairs. Platforms: WhereOS,

covar_samp

covar_samp(expr1, expr2) – Returns the sample covariance of a set of number pairs. Platforms: WhereOS,

cosine_distance

cosine_distance(ftvec1, ftvec2) – Returns a cosine distance of the given two vectors WITH docs as

cosine_similarity

cosine_similarity(ftvec1, ftvec2) – Returns a cosine similarity of the given two vectors WITH docs as

cot

cot(expr) – Returns the cotangent of `expr`, as if computed by `1/java.lang.Math.cot`. Platforms: WhereOS, Spark,

count

count(*) – Returns the total number of retrieved rows, including rows containing null. count(expr[, expr…])