> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8c05c8a2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 利用可能なすべての集約関数コンビネータの一覧が含まれており、これらは集約関数に適用してその動作を変更できます。

# system.aggregate_function_combinators

<div id="description">
  ## 説明
</div>

利用可能なすべての集約関数コンビネータの一覧です。これらは集約関数に適用でき、その動作を変更します。

<div id="columns">
  ## カラム
</div>

* `name` ([String](/ja/reference/data-types/index)) — コンビネータの名前。
* `is_internal` ([UInt8](/ja/reference/data-types/index)) — このコンビネータが内部使用専用かどうか。
* `description` ([String](/ja/reference/data-types/index)) — このコンビネータの動作の概要。
* `syntax` ([String](/ja/reference/data-types/index)) — このコンビネータを集約関数名にどのように適用するか。
* `examples` ([String](/ja/reference/data-types/index)) — 使用例。
* `introduced_in` ([String](/ja/reference/data-types/index)) — このコンビネータが最初に導入された ClickHouse のバージョン。形式は major.minor。
* `related` ([Array(String)](/ja/reference/data-types/index)) — 関連するコンビネータの名前。
