mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
20 lines
535 B
XML
20 lines
535 B
XML
<test>
|
|
|
|
|
|
<substitutions>
|
|
<substitution>
|
|
<name>expr</name>
|
|
<values>
|
|
<value>number</value>
|
|
<value>toUInt32(number)</value>
|
|
<value>toUInt16(number)</value>
|
|
<value>toUInt8(number)</value>
|
|
<value>toInt32(number)</value>
|
|
<value>toFloat64(number)</value>
|
|
</values>
|
|
</substitution>
|
|
</substitutions>
|
|
|
|
<query>SELECT bitCount({expr}) FROM numbers(100000000) FORMAT Null</query>
|
|
</test>
|