ClickHouse/dbms/tests/integration/test_dictionaries_depend_on_dictionaries/configs/dictionaries/dep_y.xml

40 lines
1.0 KiB
XML

<yandex>
<dictionary>
<name>dep_y</name>
<source>
<clickhouse>
<host>localhost</host>
<port>9000</port>
<user>default</user>
<password></password>
<db>test</db>
<table>elements</table>
</clickhouse>
</source>
<lifetime>5</lifetime>
<layout>
<flat/>
</layout>
<structure>
<id>
<name>id</name>
</id>
<attribute>
<name>b</name>
<type>Int32</type>
<null_value>-1</null_value>
</attribute>
<attribute>
<name>c</name>
<type>Float64</type>
<null_value>-2</null_value>
</attribute>
<attribute>
<name>a</name>
<type>String</type>
<null_value>YY</null_value>
</attribute>
</structure>
</dictionary>
</yandex>