Pinot Functions¶
These functions are used with Pinot connector.
Type conversion¶
- pinot_binary_decimal_to_double(binary, bigIntegerRadix, scale, returnZeroOnNull) -> double()¶
Converts pinot
binarydecimal to double usingbigIntegerRadixandscale. Returns zero on null input ifreturnZeroOnNullboolean is true.