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

Blog

dense_rank

dense_rank() – Computes the rank of a value in a group of values. The result

dimsum_mapper

dimsum_mapper(array row, map colNorms [, const string options]) – Returns column-wise partial similarities Platforms: WhereOS,

dayofyear

dayofyear(date) – Returns the day of year of the date/timestamp. Platforms: WhereOS, Spark, Hive Class:

decimal

decimal(expr) – Casts the value `expr` to the target data type `decimal`. Platforms: WhereOS, Spark,

decode

decode(bin, charset) – Decodes the first argument using the second argument character set. Platforms: WhereOS,

deflate

deflate(TEXT data [, const int compressionLevel]) – Returns a compressed BINARY object by using Deflater.