[
https://issues.apache.org/jira/browse/CALCITE-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Runkang He reassigned CALCITE-5825:
-----------------------------------
Assignee: Runkang He
> 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
> Assignee: Runkang He
> Priority: Major
>
> 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)