You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Tanner Clary (Jira)" <ji...@apache.org> on 2023/06/26 15:09:00 UTC

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

     [ https://issues.apache.org/jira/browse/CALCITE-5709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tanner Clary closed CALCITE-5709.
---------------------------------
    Resolution: Fixed

Merged via [00db00|https://github.com/apache/calcite/commit/00db00161cd9a2408c7532916cdc2e826840cf53]. Thanks for the PR, [~FrankZou]!

> 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
>            Assignee: Dan Zou
>            Priority: Major
>              Labels: pull-request-available
>
> - 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)