> ## 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.

> توثيق الفهرس

# نظرة عامة على الدوال

<CardGroup cols={2}>
  <Card title="الدوال العادية" icon="function" href="/docs/ar/reference/functions/regular-functions/overview">
    دوال تكون نتيجتها لكل صف مستقلة عن جميع الصفوف الأخرى.
  </Card>

  <Card title="الدوال التجميعية" icon="calculator" href="/docs/ar/reference/functions/aggregate-functions/index">
    دوال تُراكم مجموعة من القيم عبر الصفوف.
  </Card>

  <Card title="دوال الجداول" icon="table" href="/docs/ar/reference/functions/table-functions/index">
    طرق لبناء الجداول.
  </Card>

  <Card title="دوال النافذة" icon="chart-column" href="/docs/ar/reference/functions/window-functions/index">
    دوال تتيح لك إجراء عمليات حسابية على مجموعة من الصفوف المرتبطة بالصف الحالي.
  </Card>

  <Card title="الدوال المعرّفة من قبل المستخدم" icon="code" href="/docs/ar/reference/functions/regular-functions/udf">
    دوال تنفيذية مخصّصة يعرّفها المستخدم.
  </Card>

  <Card title="WebAssembly UDF" icon="cube" href="/docs/ar/reference/functions/regular-functions/wasm_udf">
    دوال معرّفة من قبل المستخدم ومُنفَّذة باستخدام WebAssembly.
  </Card>
</CardGroup>
