> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-trino-dialect.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/string)) — 集約関数コンビネータの名前。
* `is_internal` ([UInt8](/ja/reference/data-types/int-uint)) — この集約関数コンビネータが内部使用専用かどうか。
* `description` ([String](/ja/reference/data-types/string)) — 集約関数コンビネータの機能に関する概要。
* `syntax` ([String](/ja/reference/data-types/string)) — 集約関数名への集約関数コンビネータの適用方法。
* `examples` ([String](/ja/reference/data-types/string)) — 使用例。
* `introduced_in` ([String](/ja/reference/data-types/string)) — 集約関数コンビネータが最初に導入された ClickHouse のバージョン。形式は major.minor です。
* `related` ([Array(String)](/ja/reference/data-types/array)) — 関連する集約関数コンビネータの名前。
