daft.functions.try_encode#
try_encode #
try_encode(expr: Expression, charset: ENCODING_CHARSET) -> Expression
Encode or null if unsuccessful.
See Also
Source code in daft/functions/binary.py
72 73 74 75 76 77 78 | |