> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# user_defined_* サーバー設定

> user_defined_* として生成されるグループ内のClickHouseサーバー設定。

これらの設定は ClickHouseサーバーを構成するもので、ClickHouse のソースから自動生成されています。

<div id="user_defined_executable_functions_config">
  ## user\_defined\_executable\_functions\_config
</div>

実行可能なユーザー定義関数の設定ファイルのパスです。

パス:

* 絶対パス、またはサーバーの設定ファイルからの相対パスを指定します。
* パスにはワイルドカード `*` と `?` を含めることができます。

関連項目:

* "[Executable User Defined Functions](/docs/ja/reference/functions/regular-functions/udf#executable-user-defined-functions).".

**例**

```xml theme={null}
<user_defined_executable_functions_config>*_function.xml</user_defined_executable_functions_config>
```

<div id="user_defined_path">
  ## user\_defined\_path
</div>

ユーザー定義ファイルが格納されるディレクトリです。SQL ユーザー定義関数 [SQL ユーザー定義関数](/docs/ja/reference/functions/regular-functions/udf) で使用されます。

**例**

```xml theme={null}
<user_defined_path>/var/lib/clickhouse/user_defined/</user_defined_path>
```
