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

> Documentação do Index

# Visão geral das funções

<CardGroup cols={2}>
  <Card title="Funções regulares" icon="function" href="/docs/pt-BR/reference/functions/regular-functions/overview">
    Funções cujo resultado para cada linha é independente de todas as outras linhas.
  </Card>

  <Card title="Funções de agregação" icon="calculator" href="/docs/pt-BR/reference/functions/aggregate-functions/index">
    Funções que acumulam um conjunto de valores entre linhas.
  </Card>

  <Card title="Funções de tabela" icon="table" href="/docs/pt-BR/reference/functions/table-functions/index">
    Métodos para criar tabelas.
  </Card>

  <Card title="Funções de janela" icon="chart-column" href="/docs/pt-BR/reference/functions/window-functions/index">
    Funções que permitem realizar cálculos em um conjunto de linhas relacionadas à linha atual.
  </Card>

  <Card title="Funções definidas pelo usuário" icon="code" href="/docs/pt-BR/reference/functions/regular-functions/udf">
    Funções executáveis personalizadas definidas pelo usuário.
  </Card>

  <Card title="WebAssembly UDF" icon="cube" href="/docs/pt-BR/reference/functions/regular-functions/wasm_udf">
    Funções definidas pelo usuário implementadas em WebAssembly.
  </Card>
</CardGroup>
