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