ClickHouse/tests/queries/0_stateless/03155_datasketches_ubsan.sql

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

3 lines
149 B
MySQL
Raw Normal View History

2024-05-17 08:24:37 +00:00
-- Tags: no-fasttest
2024-05-17 03:44:28 +00:00
SELECT uniqTheta(toFixedString('uniqTheta distinct', 18)) FROM (SELECT number % 2 AS x FROM numbers(10) WHERE materialize(16));