Function datafusion::functions::unicode::expr_fn::translate

source ยท
pub fn translate(string: Expr, from: Expr, to: Expr) -> Expr
Expand description

replaces the characters in from with the counterpart in to