> ## 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`](/ja/reference/functions/aggregate-functions/combinators#-state) コンビネータは
[`avg`](/ja/reference/functions/aggregate-functions/avg) 関数に適用でき、
部分的な集約状態を結合して最終的な結果を生成できます。

<div id="example-usage">
  ## 使用例
</div>

`Merge` コンビネータは、`State` コンビネータと密接に関連しています。
`avgMerge` と `avgState` の両方の例については、
["avgState の使用例"](/ja/guides/clickhouse/examples/aggregate-function-combinators/avgState#example-usage)
を参照してください。

<div id="see-also">
  ## 関連項目
</div>

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