ClickHouse/tests/performance/information_value.xml

12 lines
416 B
XML
Raw Normal View History

<test>
<preconditions>
2020-03-02 16:50:18 +00:00
<table_exists>hits_100m_single</table_exists>
</preconditions>
2020-03-02 16:50:18 +00:00
<query>SELECT categoricalInformationValue(Age &lt; 15, IsMobile) from hits_100m_single</query>
<query>SELECT categoricalInformationValue(Age &lt; 15, Age &gt;= 15 and Age &lt; 30, Age &gt;= 30 and Age &lt; 45, Age &gt;= 45 and Age &lt; 60, Age &gt;= 60, IsMobile) from hits_100m_single</query>
</test>