You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Runkang He (Jira)" <ji...@apache.org> on 2023/07/09 14:59:00 UTC

[jira] [Created] (CALCITE-5825) Add URL_ENCODE and URL_DECODE function (enabled in Spark library)

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)