ClickHouse/dbms/tests/integration/test_dictionaries/configs/dictionaries/dictionary_preset_dep_z.xml

36 lines
1.0 KiB
XML
Raw Normal View History

<dictionaries>
<dictionary>
<name>dep_z</name>
<source>
<clickhouse>
<host>localhost</host>
<port>9000</port>
<user>default</user>
<password></password>
<db>dict</db>
<table>dep_y</table>
</clickhouse>
</source>
<lifetime>60</lifetime>
<layout>
<flat/>
</layout>
<structure>
<id>
<name>id</name>
</id>
<attribute>
<name>Int64_</name>
<type>Int64</type>
<null_value>122</null_value>
</attribute>
<attribute>
<name>String_</name>
<type>String</type>
<null_value>ZZ</null_value>
</attribute>
</structure>
</dictionary>
</dictionaries>