Vinicius Souza Roque created ARROW-15568:
--------------------------------------------
Summary: [C++][Gandiva] Implement Translate Function
Key: ARROW-15568
URL: https://issues.apache.org/jira/browse/ARROW-15568
Project: Apache Arrow
Issue Type: New Feature
Components: C++ - Gandiva
Reporter: Vinicius Souza Roque
Translates the input string by replacing the characters present in the {{from}}
string with the corresponding characters in the {{to}} string. This is similar
to the {{translate}} function in
[PostgreSQL|http://www.postgresql.org/docs/9.1/interactive/functions-string.html].
If any of the parameters to this UDF are NULL, the result is NULL as well.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)