Runkang He created CALCITE-5825:
-----------------------------------

             Summary: Add URL_ENCODE and URL_DECODE function (enabled in Spark 
library)
                 Key: CALCITE-5825
                 URL: https://issues.apache.org/jira/browse/CALCITE-5825
             Project: Calcite
          Issue Type: New Feature
          Components: core
    Affects Versions: 1.34.0
            Reporter: Runkang He


Add URL_ENCODE and URL_DECODE function (enabled in Spark library): * 
URL_ENCODE(str) - Translates a string into 'application/x-www-form-urlencoded' 
format using a specific encoding scheme. See more details in 
[Spark|https://spark.apache.org/docs/latest/api/sql/index.html#url_encode] doc.
 * 
URL_DECODE(str) - Decodes a {{str}} in 'application/x-www-form-urlencoded' 
format using a specific encoding scheme. See more details in 
[Spark|https://spark.apache.org/docs/latest/api/sql/index.html#url_decode] doc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to