mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
29 lines
609 B
XML
29 lines
609 B
XML
<dictionaries>
|
|
<dictionary>
|
|
<name>test_dictionary_2</name>
|
|
|
|
<structure>
|
|
<id>
|
|
<name>id</name>
|
|
<type>UInt64</type>
|
|
</id>
|
|
<attribute>
|
|
<name>value_2</name>
|
|
<type>String</type>
|
|
<null_value></null_value>
|
|
</attribute>
|
|
</structure>
|
|
|
|
<source>
|
|
<clickhouse>
|
|
<table>dictionary_values</table>
|
|
</clickhouse>
|
|
</source>
|
|
|
|
<layout>
|
|
<direct/>
|
|
</layout>
|
|
|
|
</dictionary>
|
|
</dictionaries>
|