[
https://issues.apache.org/jira/browse/FLINK-32815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hanyu Zheng updated FLINK-32815:
--------------------------------
Description:
*This is an implementation of HASHCODE_CONCEPT*
The {{hashcode()}} function generates a hash code for a given input value,
creating a unique integer that represents the value passed to the function.
*Brief change log*
* {{HASHCODE}} for Table API and SQL
*Syntax:*
{{HASHCODE(value)}}
*Arguments:*
* value: the value to be hashed.
*Returns:* The function returns a unique integer representing the hash code of
the value. If the input argument is NULL, the function returns NULL.
*Examples:*
Flink SQL> SELECT hashcode('foo'); 12345678
> Add HASHCODE support in SQL & Table API
> ---------------------------------------
>
> Key: FLINK-32815
> URL: https://issues.apache.org/jira/browse/FLINK-32815
> Project: Flink
> Issue Type: Improvement
> Reporter: Hanyu Zheng
> Priority: Major
>
> *This is an implementation of HASHCODE_CONCEPT*
> The {{hashcode()}} function generates a hash code for a given input value,
> creating a unique integer that represents the value passed to the function.
> *Brief change log*
> * {{HASHCODE}} for Table API and SQL
> *Syntax:*
> {{HASHCODE(value)}}
> *Arguments:*
> * value: the value to be hashed.
> *Returns:* The function returns a unique integer representing the hash code
> of the value. If the input argument is NULL, the function returns NULL.
> *Examples:*
> Flink SQL> SELECT hashcode('foo'); 12345678
--
This message was sent by Atlassian Jira
(v8.20.10#820010)