ClickHouse/tests/performance/injective_functions_inside_uniq.xml

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

5 lines
173 B
XML
Raw Normal View History

<test>
<query>SELECT uniq(negate(negate(negate(number)))) FROM numbers(50000000)</query>
<query>SELECT uniq(hex(hex(number))) FROM numbers(50000000)</query>
</test>