Function datafusion::functions::encoding::expr_fn::decode

source ยท
pub fn decode(input: Expr, encoding: Expr) -> Expr
Expand description

decode the input, using the encoding. encoding can be base64 or hex Return $name(arg)