Pinot 函数¶ 这些函数与 Pinot 连接器一起使用。 类型转换¶ pinot_binary_decimal_to_double(binary, bigIntegerRadix, scale, returnZeroOnNull) -> double()¶ 使用 bigIntegerRadix 和 scale 将 pinot binary 十进制转换为双精度。如果 returnZeroOnNull 布尔值为 true,则在空输入上返回零。