> ## 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/zh/reference/functions/regular-functions/overview">
    其结果对每一行都独立于其他所有行的函数。
  </Card>

  <Card title="聚合函数" icon="calculator" href="/docs/zh/reference/functions/aggregate-functions/index">
    跨多行累积一组值的函数。
  </Card>

  <Card title="表函数" icon="table" href="/docs/zh/reference/functions/table-functions/index">
    用于构造表的方法。
  </Card>

  <Card title="窗口函数" icon="chart-column" href="/docs/zh/reference/functions/window-functions/index">
    可让你对与当前行相关的一组行执行计算的函数。
  </Card>

  <Card title="用户自定义函数" icon="code" href="/docs/zh/reference/functions/regular-functions/udf">
    由用户定义的可执行函数。
  </Card>

  <Card title="WebAssembly UDF" icon="cube" href="/docs/zh/reference/functions/regular-functions/wasm_udf">
    使用 WebAssembly 实现的用户自定义函数。
  </Card>
</CardGroup>
