pub fn replace(
field: impl AsRef<str>,
from: impl Into<InputValue>,
to: impl Into<InputValue>,
) -> TextProjectionExprExpand description
Build REPLACE(field, from, to).
pub fn replace(
field: impl AsRef<str>,
from: impl Into<InputValue>,
to: impl Into<InputValue>,
) -> TextProjectionExprBuild REPLACE(field, from, to).