> ## Documentation Index
> Fetch the complete documentation index at: https://clickhouse.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

> Index のドキュメント

# 関数の概要

<CardGroup cols={2}>
  <Card title="通常の関数" icon="function" href="/docs/ja/reference/functions/regular-functions/overview">
    各行の結果がほかのすべての行から独立している関数です。
  </Card>

  <Card title="集約関数" icon="calculator" href="/docs/ja/reference/functions/aggregate-functions/index">
    行をまたいで一連の値を集約する関数です。
  </Card>

  <Card title="テーブル関数" icon="table" href="/docs/ja/reference/functions/table-functions/index">
    テーブルを構築するための関数です。
  </Card>

  <Card title="ウィンドウ関数" icon="chart-column" href="/docs/ja/reference/functions/window-functions/index">
    現在の行に関連する一連の行に対して計算を実行できる関数です。
  </Card>

  <Card title="ユーザー定義関数" icon="code" href="/docs/ja/reference/functions/regular-functions/udf">
    ユーザーが定義したカスタムの実行可能関数です。
  </Card>

  <Card title="WebAssembly UDF" icon="cube" href="/docs/ja/reference/functions/regular-functions/wasm_udf">
    WebAssembly で実装されたユーザー定義関数です。
  </Card>
</CardGroup>
