Pinot 関数

これらの関数は、Pinot コネクタで使用されます。

型変換

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

bigIntegerRadixscale を使用して、Pinot の binary 型の decimal を double に変換します。 returnZeroOnNull ブール値が true の場合、null 入力に対してゼロを返します。