ClickHouse/dbms/tests/integration/test_dictionaries/configs/dictionaries/dictionary_preset_cmd.xml
2019-06-14 22:21:37 +03:00

20 lines
468 B
XML

<?xml version="1.0"?>
<dictionaries>
<dictionary>
<name>cmd</name>
<source>
<executable>
<command>echo '7\t8';</command>
<format>TabSeparated</format>
</executable>
</source>
<lifetime>0</lifetime>
<layout><flat/></layout>
<structure><id><name>key</name> </id>
<attribute><name>a</name><type>Int32</type>
<null_value>0</null_value>
</attribute>
</structure>
</dictionary>
</dictionaries>