datafusion_functions::unicode::expr_fn

Function translate

Source
pub fn translate(string: Expr, from: Expr, to: Expr) -> Expr
Expand description

replaces the characters in from with the counterpart in to