Runkang He created CALCITE-5900:
-----------------------------------
Summary: Add TO_BASE64URL and FROM_BASE64URL function (enabled in
Presto library)
Key: CALCITE-5900
URL: https://issues.apache.org/jira/browse/CALCITE-5900
Project: Calcite
Issue Type: Sub-task
Components: core
Affects Versions: 1.35.0
Reporter: Runkang He
Add TO_BASE64URL and FROM_BASE64URL function (enabled in Presto library)
Desc:
TO_BASE64URL(binary): Encodes {{binary}} into a base64 string representation
using the URL safe alphabet.
FROM_BASE64URL(string): Decodes binary data from the base64 encoded {{string}}
using the URL safe alphabet.
See more details in
[Presto|https://prestodb.io/docs/current/functions/binary.html] doc.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)