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)