You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Dan Zou (Jira)" <ji...@apache.org> on 2023/05/18 08:19:00 UTC

[jira] [Created] (CALCITE-5709) Add TO_BASE32 and FROM_BASE32 functions (enabled in BigQuery library)

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)