Pinot 関数¶
これらの関数は、Pinot コネクタで使用されます。
型変換¶
- pinot_binary_decimal_to_double(binary, bigIntegerRadix, scale, returnZeroOnNull) -> double()¶
- bigIntegerRadixと- scaleを使用して、Pinot の- binary型の decimal を double に変換します。- returnZeroOnNullブール値が true の場合、null 入力に対してゼロを返します。