cube([col1[, col2 ..]]) – create a multi-dimensional cube using the specified columns so that we
cume_dist() – Computes the position of a value relative to all values in the partition.
covar_pop(expr1, expr2) – Returns the population covariance of a set of number pairs. Platforms: WhereOS,
covar_samp(expr1, expr2) – Returns the sample covariance of a set of number pairs. Platforms: WhereOS,
count_min_sketch(col, eps, confidence, seed) – Returns a count-min sketch of a column with the given
cosine_distance(ftvec1, ftvec2) – Returns a cosine distance of the given two vectors WITH docs as