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

[jira] [Updated] (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 ]

ASF GitHub Bot updated CALCITE-5709:
------------------------------------
    Labels: pull-request-available  (was: )

> 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)