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
135 B
XML
Raw Normal View History

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