mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
17 lines
562 B
XML
17 lines
562 B
XML
<functions>
|
|
<function>
|
|
<type>executable</type>
|
|
<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>
|
|
<execute_direct>0</execute_direct>
|
|
</function>
|
|
</functions>
|