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

41 lines
1.2 KiB
XML

<dictionaries>
<dictionary>
<name>dep_y</name>
<source>
<clickhouse>
<host>localhost</host>
<port>9000</port>
<user>default</user>
<password></password>
<db>test</db>
<table>small_dict_source</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>
</dictionaries>