> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-fbfa8bee.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](/ko/reference/data-types/index)) — combinator의 이름입니다.
* `is_internal` ([UInt8](/ko/reference/data-types/index)) — 이 combinator가 내부 용도로만 사용되는지 여부입니다.
* `description` ([String](/ko/reference/data-types/index)) — combinator의 동작을 간략하게 설명한 내용입니다.
* `syntax` ([String](/ko/reference/data-types/index)) — combinator를 집계 함수 이름에 적용하는 방식입니다.
* `examples` ([String](/ko/reference/data-types/index)) — 사용 예시입니다.
* `introduced_in` ([String](/ko/reference/data-types/index)) — combinator가 처음 도입된 ClickHouse 버전이며, 형식은 major.minor입니다.
* `related` ([Array(String)](/ko/reference/data-types/index)) — 관련 combinator의 이름입니다.
