ClickHouse/tests/queries/0_stateless/02456_BLAKE3_hash_function_test.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
112 B
MySQL
Raw Normal View History

2022-10-02 21:20:44 +00:00
-- Tags: no-fasttest
SELECT hex(BLAKE3('test_1'));
SELECT hex(BLAKE3('test_2'));
SELECT hex(BLAKE3('test_3'));