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/04/12 17:27:00 UTC

[jira] [Commented] (CALCITE-5642) Add SHA256, SHA512 functions

    [ https://issues.apache.org/jira/browse/CALCITE-5642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17711498#comment-17711498 ] 

Tanner Clary commented on CALCITE-5642:
---------------------------------------

Feel free to tag me as a reviewer once you open PR(s) for these functions. I would be happy to take a look.

> Add SHA256, SHA512 functions
> ----------------------------
>
>                 Key: CALCITE-5642
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5642
>             Project: Calcite
>          Issue Type: New Feature
>            Reporter: Dan Zou
>            Assignee: Dan Zou
>            Priority: Major
>
> Add SHA256, SHA512 functions and enable them for BigQuery.
> SHA256: Computes the hash of the input using the [SHA-256 algorithm|https://en.wikipedia.org/wiki/SHA-2]. This function returns 32 bytes.
> SHA512: Computes the hash of the input using the [SHA-512 algorithm|https://en.wikipedia.org/wiki/SHA-2]. This function returns 64 bytes.
> See more details in [BigQuery Doc|https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#sha256]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)