Dan Zou created CALCITE-5709:
--------------------------------
Summary: Add TO_BASE32 and FROM_BASE32 functions (enabled in
BigQuery library)
Key: CALCITE-5709
URL: https://issues.apache.org/jira/browse/CALCITE-5709
Project: Calcite
Issue Type: New Feature
Reporter: Dan Zou
- TO_BASE32(bytes_expr): Converts a sequence of BYTES into a base32-encoded
STRING.
- FROM_BASE32(string_expr): Converts the base32-encoded input string_expr into
BYTES format.
See more details in BigQuery doc:
[TO_BASE32|https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#to_base32]
and
[FROM_BASE32|https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#from_base32]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)