In Clickhouse is there a way to generate a SHA1 (version 5) UUID based on supplied data?

Viewed 42

I am trying to create a custom function in Clickhouse that will generate a SHA1 (version 5) UUID based on a supplied name space and data. Similar to how it is done here. Is this possible?

Thanks!

0 Answers
Related