ClickHouse/tests/performance/decimal_parse.xml

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

4 lines
134 B
XML
Raw Normal View History

2020-05-17 03:16:34 +00:00
<test>
2024-01-03 17:29:30 +00:00
<query>SELECT count() FROM zeros(3000000) WHERE NOT ignore(toDecimal32OrZero(toString(rand() % 10000), 5))</query>
2020-05-17 03:16:34 +00:00
</test>