> ## 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/ko/reference/functions/regular-functions/overview">
    각 행의 결과가 다른 모든 행과 독립적인 함수입니다.
  </Card>

  <Card title="집계 함수" icon="calculator" href="/docs/ko/reference/functions/aggregate-functions/index">
    여러 행에 걸쳐 값 집합을 누적하는 함수입니다.
  </Card>

  <Card title="테이블 함수" icon="table" href="/docs/ko/reference/functions/table-functions/index">
    테이블을 생성하는 데 사용하는 함수입니다.
  </Card>

  <Card title="윈도우 함수" icon="chart-column" href="/docs/ko/reference/functions/window-functions/index">
    현재 행과 관련된 행 집합을 대상으로 계산을 수행할 수 있는 함수입니다.
  </Card>

  <Card title="사용자 정의 함수" icon="code" href="/docs/ko/reference/functions/regular-functions/udf">
    사용자가 정의한 실행형 함수입니다.
  </Card>

  <Card title="WebAssembly UDF" icon="cube" href="/docs/ko/reference/functions/regular-functions/wasm_udf">
    WebAssembly로 구현된 사용자 정의 함수입니다.
  </Card>
</CardGroup>
