Reduce the size of decimal_parse

This commit is contained in:
Raúl Marín 2024-01-03 17:29:30 +00:00
parent 910b338584
commit c223ae56d3

View File

@ -1,3 +1,3 @@
<test>
<query>SELECT count() FROM zeros(10000000) WHERE NOT ignore(toDecimal32OrZero(toString(rand() % 10000), 5))</query>
<query>SELECT count() FROM zeros(3000000) WHERE NOT ignore(toDecimal32OrZero(toString(rand() % 10000), 5))</query>
</test>