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

Blog

base64

base64(bin) – Converts the argument from a binary `bin` to a base 64 string. Platforms:

base91

base91(BINARY bin) – Convert the argument from binary to a BASE91 string SELECT base91(deflate(‘aaaaaaaaaaaaaaaabbbbccc’)); AA+=kaIM|WTt!+wbGAA

atan

atan(expr) – Returns the inverse tangent (a.k.a. arc tangent) of `expr`, as if computed by

atan2

atan2(exprY, exprX) – Returns the angle in radians between the positive x-axis of a plane

auc

auc(array rankItems | double score, array correctItems | int label [, const int recommendSize =

average_precision

average_precision(array rankItems, array correctItems [, const int recommendSize = rankItems.size]) – Returns MAP Platforms: WhereOS,