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

> Page d’accueil des fonctions régulières

# Fonctions régulières

| Page                                                                                            | Description                                                                                                                                                      |
| ----------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Vue d’ensemble](/fr/reference/functions/regular-functions/overview)                            | Vue d’ensemble de toutes les fonctions.                                                                                                                          |
| [Machine Learning](/fr/reference/functions/regular-functions/machine-learning-functions)        | Fonctions de machine learning.                                                                                                                                   |
| [Introspection](/fr/reference/functions/regular-functions/introspection)                        | Fonctions d’introspection de ClickHouse.                                                                                                                         |
| [arrayJoin](/fr/reference/functions/regular-functions/array-join)                               | La fonction arrayJoin, qui prend chaque ligne et génère un ensemble de lignes (dépliage).                                                                        |
| [Recherche dans les chaînes](/fr/reference/functions/regular-functions/string-search-functions) | Fonctions de recherche dans les chaînes.                                                                                                                         |
| [Hash](/fr/reference/functions/regular-functions/hash-functions)                                | Fonctions de hachage.                                                                                                                                            |
| [UUIDs](/fr/reference/functions/regular-functions/uuid-functions)                               | Fonctions pour travailler avec les UUIDs.                                                                                                                        |
| [Séries temporelles](/fr/reference/functions/regular-functions/time-series-functions)           | Fonctions pour travailler avec les séries temporelles                                                                                                            |
| [Nombres aléatoires](/fr/reference/functions/regular-functions/random-functions)                | Fonctions de génération de nombres aléatoires.                                                                                                                   |
| [NLP](/fr/reference/functions/regular-functions/nlp-functions)                                  | Fonctions de traitement du langage naturel.                                                                                                                      |
| [Conditionnel](/fr/reference/functions/regular-functions/conditional-functions)                 | Fonctions conditionnelles.                                                                                                                                       |
| [Nullable](/fr/reference/functions/regular-functions/functions-for-nulls)                       | Fonctions pour travailler avec NULL.                                                                                                                             |
| [Bit](/fr/reference/functions/regular-functions/bit-functions)                                  | Fonctions bit à bit.                                                                                                                                             |
| [Fenêtre temporelle](/fr/reference/functions/regular-functions/time-window-functions)           | Fonctions qui renvoient la borne inférieure inclusive et la borne supérieure exclusive de la fenêtre correspondante.                                             |
| [Adresse IP](/fr/reference/functions/regular-functions/ip-address-functions)                    | Fonctions pour travailler avec les adresses IPv4 et IPv6.                                                                                                        |
| [Découpage de chaînes](/fr/reference/functions/regular-functions/splitting-merging-functions)   | Fonctions de découpage de chaînes.                                                                                                                               |
| [Tuples](/fr/reference/functions/regular-functions/tuple-functions)                             | Fonctions pour travailler avec les tuples.                                                                                                                       |
| [Remplacement de chaînes](/fr/reference/functions/regular-functions/string-replace-functions)   | Fonctions de remplacement de chaînes.                                                                                                                            |
| [Fonctions définies par l’utilisateur](/fr/reference/functions/regular-functions/udf)           | Fonctions définies par l’utilisateur.                                                                                                                            |
| [Comparaison](/fr/reference/functions/regular-functions/comparison-functions)                   | Fonctions de comparaison (equals, less, greater, etc.)                                                                                                           |
| [Autres](/fr/reference/functions/regular-functions/other-functions)                             | Fonctions qui n’entrent dans aucune autre catégorie.                                                                                                             |
| [JSON](/fr/reference/functions/regular-functions/json-functions)                                | Fonctions pour travailler avec JSON.                                                                                                                             |
| [URL](/fr/reference/functions/regular-functions/url-functions)                                  | Fonctions pour travailler avec les URL.                                                                                                                          |
| [Encodage](/fr/reference/functions/regular-functions/encoding-functions)                        | Fonctions d’encodage des données.                                                                                                                                |
| [ULID](/fr/reference/functions/regular-functions/ulid-functions)                                | Fonctions pour travailler avec ULID.                                                                                                                             |
| [Maps](/fr/reference/functions/regular-functions/tuple-map-functions)                           | Fonctions pour travailler avec les Maps.                                                                                                                         |
| [Dictionaries](/fr/reference/functions/regular-functions/ext-dict-functions)                    | Fonctions pour travailler avec les dictionnaires.                                                                                                                |
| [IN](/fr/reference/functions/regular-functions/in-functions)                                    | Opérateurs IN                                                                                                                                                    |
| [Files](/fr/reference/functions/regular-functions/files)                                        | La fonction file.                                                                                                                                                |
| [Arrays](/fr/reference/functions/regular-functions/array-functions)                             | Fonctions pour travailler avec les tableaux.                                                                                                                     |
| [String](/fr/reference/functions/regular-functions/string-functions)                            | Fonctions de manipulation des chaînes de caractères. (Les fonctions de recherche et de remplacement dans les chaînes sont décrites séparément.)                  |
| [DateTime](/fr/reference/functions/regular-functions/date-time-functions)                       | Fonctions de manipulation des dates et heures.                                                                                                                   |
| [Logique](/fr/reference/functions/regular-functions/logical-functions)                          | Fonctions qui effectuent des opérations logiques sur des arguments de types numériques arbitraires.                                                              |
| [Arrondi](/fr/reference/functions/regular-functions/rounding-functions)                         | Fonctions d'arrondi.                                                                                                                                             |
| [uniqTheta](/fr/reference/functions/regular-functions/uniqtheta-functions)                      | Les fonctions uniqTheta s'appliquent à deux objets uniqThetaSketch pour effectuer des opérations ensemblistes telles que ∪ / ∩ / ×.                              |
| [Distance](/fr/reference/functions/regular-functions/distance-functions)                        | Fonctions de calcul des normes vectorielles, des distances, de la normalisation et des opérations courantes en algèbre linéaire et en apprentissage automatique. |
| [Bitmap](/fr/reference/functions/regular-functions/bitmap-functions)                            | Fonctions sur les bitmaps.                                                                                                                                       |
| [Mathématiques](/fr/reference/functions/regular-functions/math-functions)                       | Fonctions mathématiques.                                                                                                                                         |
| [Financial](/fr/reference/functions/regular-functions/financial-functions)                      | Fonctions financières.                                                                                                                                           |
| [Chiffrement](/fr/reference/functions/regular-functions/encryption-functions)                   | Fonctions de chiffrement.                                                                                                                                        |
| [Arithmétique](/fr/reference/functions/regular-functions/arithmetic-functions)                  | Fonctions permettant d'effectuer des opérations arithmétiques sur les types `UInt`, `Int` ou `Float`.                                                            |
| [Dictionnaires intégrés](/fr/reference/functions/regular-functions/embedded-dict-functions)     | Fonctions de manipulation des dictionnaires intégrés                                                                                                             |
| [Conversion de type](/fr/reference/functions/regular-functions/type-conversion-functions)       | Fonctions de conversion d'un type à un autre.                                                                                                                    |
