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

# avgMerge

> avgMerge combinator를 사용하는 예시

<div id="description">
  ## 설명
</div>

[`Merge`](/ko/reference/functions/aggregate-functions/combinators#-state) combinator는
[`avg`](/ko/reference/functions/aggregate-functions/avg)
함수에 적용할 수 있으며, 부분 집계 상태를 결합해 최종 결과를 생성합니다.

<div id="example-usage">
  ## 예시 사용법
</div>

`Merge` combinator는 `State` combinator와 밀접한 관련이 있습니다. `avgMerge`와 `avgState`를 모두 보여주는 예시는
["avgState 예시 사용법"](/ko/guides/clickhouse/examples/aggregate-function-combinators/avgState#example-usage)
을 참조하십시오.

<div id="see-also">
  ## 관련 항목
</div>

* [`avg`](/ko/reference/functions/aggregate-functions/avg)
* [`Merge`](/ko/reference/functions/aggregate-functions/combinators#-merge)
* [`MergeState`](/ko/reference/functions/aggregate-functions/combinators#-mergestate)
