> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Página inicial das funções regulares

# Funções regulares

| Página                                                                                           | Descrição                                                                                                                        |
| ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
| [Visão geral](/pt-BR/reference/functions/regular-functions/overview)                             | Visão geral de todas as funções.                                                                                                 |
| [Machine Learning](/pt-BR/reference/functions/regular-functions/machine-learning-functions)      | Funções para machine learning.                                                                                                   |
| [Introspecção](/pt-BR/reference/functions/regular-functions/introspection)                       | Funções para introspecção do ClickHouse.                                                                                         |
| [arrayJoin](/pt-BR/reference/functions/regular-functions/array-join)                             | A função arrayJoin, que pega cada linha e gera um conjunto de linhas (desdobra)                                                  |
| [Busca em strings](/pt-BR/reference/functions/regular-functions/string-search-functions)         | Funções para buscar em strings.                                                                                                  |
| [Hash](/pt-BR/reference/functions/regular-functions/hash-functions)                              | Funções de hash.                                                                                                                 |
| [UUIDs](/pt-BR/reference/functions/regular-functions/uuid-functions)                             | Funções para trabalhar com UUIDs.                                                                                                |
| [Séries temporais](/pt-BR/reference/functions/regular-functions/time-series-functions)           | Funções para trabalhar com séries temporais                                                                                      |
| [Números aleatórios](/pt-BR/reference/functions/regular-functions/random-functions)              | Funções para geração de números aleatórios.                                                                                      |
| [NLP](/pt-BR/reference/functions/regular-functions/nlp-functions)                                | Funções para Processamento de Linguagem Natural.                                                                                 |
| [Condicional](/pt-BR/reference/functions/regular-functions/conditional-functions)                | Funções condicionais.                                                                                                            |
| [Nullable](/pt-BR/reference/functions/regular-functions/functions-for-nulls)                     | Funções para trabalhar com NULL.                                                                                                 |
| [Bit](/pt-BR/reference/functions/regular-functions/bit-functions)                                | Funções bit a bit.                                                                                                               |
| [Janela de tempo](/pt-BR/reference/functions/regular-functions/time-window-functions)            | Funções que retornam o limite inferior inclusivo e o limite superior exclusivo da janela correspondente.                         |
| [Endereço IP](/pt-BR/reference/functions/regular-functions/ip-address-functions)                 | Funções para trabalhar com endereços IPv4 e IPv6.                                                                                |
| [Separação de strings](/pt-BR/reference/functions/regular-functions/splitting-merging-functions) | Funções para dividir strings.                                                                                                    |
| [Tuplas](/pt-BR/reference/functions/regular-functions/tuple-functions)                           | Funções para trabalhar com tuplas.                                                                                               |
| [Substituição de strings](/pt-BR/reference/functions/regular-functions/string-replace-functions) | Funções para substituição de strings.                                                                                            |
| [Funções definidas pelo usuário](/pt-BR/reference/functions/regular-functions/udf)               | Funções definidas pelo usuário.                                                                                                  |
| [Comparação](/pt-BR/reference/functions/regular-functions/comparison-functions)                  | Funções de comparação (igual, menor, maior etc.)                                                                                 |
| [Outras](/pt-BR/reference/functions/regular-functions/other-functions)                           | Funções que não se encaixam em nenhuma outra categoria.                                                                          |
| [JSON](/pt-BR/reference/functions/regular-functions/json-functions)                              | Funções para trabalhar com JSON.                                                                                                 |
| [URL](/pt-BR/reference/functions/regular-functions/url-functions)                                | Funções para trabalhar com URLs.                                                                                                 |
| [Codificação](/pt-BR/reference/functions/regular-functions/encoding-functions)                   | Funções de codificação de dados.                                                                                                 |
| [ULID](/pt-BR/reference/functions/regular-functions/ulid-functions)                              | Funções para trabalhar com ULID.                                                                                                 |
| [Maps](/pt-BR/reference/functions/regular-functions/tuple-map-functions)                         | Funções para trabalhar com Maps.                                                                                                 |
| [Dicionários](/pt-BR/reference/functions/regular-functions/ext-dict-functions)                   | Funções para trabalhar com dicionários.                                                                                          |
| [IN](/pt-BR/reference/functions/regular-functions/in-functions)                                  | Operadores IN                                                                                                                    |
| [Arquivos](/pt-BR/reference/functions/regular-functions/files)                                   | A função file.                                                                                                                   |
| [Arrays](/pt-BR/reference/functions/regular-functions/array-functions)                           | Funções para trabalhar com arrays.                                                                                               |
| [String](/pt-BR/reference/functions/regular-functions/string-functions)                          | Funções para trabalhar com Strings. (As funções de busca em strings e de substituição em strings são descritas separadamente.)   |
| [DateTime](/pt-BR/reference/functions/regular-functions/date-time-functions)                     | Funções para trabalhar com datas e horas.                                                                                        |
| [Logical](/pt-BR/reference/functions/regular-functions/logical-functions)                        | Funções que realizam operações lógicas em argumentos de tipos numéricos arbitrários.                                             |
| [Rounding](/pt-BR/reference/functions/regular-functions/rounding-functions)                      | Funções de arredondamento.                                                                                                       |
| [uniqTheta](/pt-BR/reference/functions/regular-functions/uniqtheta-functions)                    | As funções uniqTheta trabalham com dois objetos uniqThetaSketch para realizar cálculos de operações de conjunto, como ∪ / ∩ / ×. |
| [Distance](/pt-BR/reference/functions/regular-functions/distance-functions)                      | Funções para calcular normas vetoriais, distâncias, normalização e operações comuns em álgebra linear e aprendizado de máquina.  |
| [Bitmap](/pt-BR/reference/functions/regular-functions/bitmap-functions)                          | Funções para bitmaps.                                                                                                            |
| [Math](/pt-BR/reference/functions/regular-functions/math-functions)                              | Funções matemáticas.                                                                                                             |
| [Financial](/pt-BR/reference/functions/regular-functions/financial-functions)                    | Funções financeiras.                                                                                                             |
| [Encryption](/pt-BR/reference/functions/regular-functions/encryption-functions)                  | Funções de criptografia.                                                                                                         |
| [Arithmetic](/pt-BR/reference/functions/regular-functions/arithmetic-functions)                  | Funções para realizar operações aritméticas em tipos `UInt`, `Int` ou `Float`.                                                   |
| [Embedded Dictionaries](/pt-BR/reference/functions/regular-functions/embedded-dict-functions)    | Funções para trabalhar com dicionários incorporados                                                                              |
| [Type Conversion](/pt-BR/reference/functions/regular-functions/type-conversion-functions)        | Funções para converter um tipo em outro.                                                                                         |
