Function datafusion::logical_expr::expr_fn::decode
source · pub fn decode(input: Expr, encoding: Expr) -> Expr
Expand description
decode theinput
, using the encoding
. encoding can be base64 or hex
pub fn decode(input: Expr, encoding: Expr) -> Expr
decode theinput
, using the encoding
. encoding can be base64 or hex