Martijn Visser created FLINK-34108:
--------------------------------------
Summary: Add URL_ENCODE and URL_DECODE function
Key: FLINK-34108
URL: https://issues.apache.org/jira/browse/FLINK-34108
Project: Flink
Issue Type: New Feature
Components: Table SQL / API
Reporter: Martijn Visser
Add URL_ENCODE and URL_DECODE function
URL_ENCODE(str) - Translates a string into 'application/x-www-form-urlencoded'
format using a specific encoding scheme.
URL_DECODE(str) - Decodes a string in 'application/x-www-form-urlencoded'
format using a specific encoding scheme.
Related ticket from Calcite: CALCITE-5825
--
This message was sent by Atlassian Jira
(v8.20.10#820010)