pub fn replace( field: impl AsRef<str>, from: impl Into<Value>, to: impl Into<Value>, ) -> TextProjectionExpr
Build REPLACE(field, from, to).
REPLACE(field, from, to)