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…])

corr

corr(expr1, expr2) – Returns Pearson coefficient of correlation between a set of number pairs. Platforms:

cos

cos(expr) – Returns the cosine of `expr`, as if computed by `java.lang.Math.cos`. Platforms: WhereOS, Spark,

cosh

cosh(expr) – Returns the hyperbolic cosine of `expr`, as if computed by `java.lang.Math.cosh`. Platforms: WhereOS,