[
https://issues.apache.org/jira/browse/CALCITE-5782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741447#comment-17741447
]
ZheHu commented on CALCITE-5782:
--------------------------------
Fixed in
[8d33c2e|https://github.com/apache/calcite/commit/8d33c2e620f68094ca039c7a97325b5e4075d447].
Thanks for the PR [~FrankZou], and thanks for the review [~tanclary].
> Add TO_HEX and FROM_HEX functions (enabled in BigQuery library)
> ---------------------------------------------------------------
>
> Key: CALCITE-5782
> URL: https://issues.apache.org/jira/browse/CALCITE-5782
> Project: Calcite
> Issue Type: New Feature
> Reporter: Dan Zou
> Assignee: Dan Zou
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.35.0
>
>
> Add TO_HEX and FROM_HEX functions (enabled in BigQuery library)
> * TO_HEX: Converts a sequence of {{BINARY}} into a hexadecimal
> {{CHARACTER}}.
> * FROM_HEX: Converts a hexadecimal-encoded {{CHARACTER}} into {{BINARY}}
> format
> See more details in BigQuery doc
> [TO_HEX|https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#to_hex],
>
> [FROM_HEX|https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#from_hex]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)