Pinot 函數

這些函數用於 Pinot 連接器。

類型轉換

pinot_binary_decimal_to_double(binary, bigIntegerRadix, scale, returnZeroOnNull) -> double()

使用 bigIntegerRadixscale 將 Pinot binary 十進制轉換為 double。 如果 returnZeroOnNull 布林值為 true,則在輸入為 null 時傳回零。