ClickHouse/tests/config/test_function.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
562 B
XML
Raw Normal View History

2021-09-09 13:47:48 +00:00
<functions>
<function>
2021-09-13 14:47:38 +00:00
<type>executable</type>
2021-09-09 13:47:48 +00:00
<name>test_function</name>
<return_type>UInt64</return_type>
<argument>
<type>UInt64</type>
</argument>
<argument>
<type>UInt64</type>
</argument>
<format>TabSeparated</format>
<command>cd /; clickhouse-local --input-format TabSeparated --output-format TabSeparated --structure 'x UInt64, y UInt64' --query "SELECT x + y FROM table"</command>
2021-12-24 10:51:16 +00:00
<execute_direct>0</execute_direct>
2021-09-09 13:47:48 +00:00
</function>
</functions>