ClickHouse/docs/tr/sql_reference/dictionaries/index.md
2020-04-15 16:56:49 +03:00

23 lines
1003 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
machine_translated: true
machine_translated_rev: e8cd92bba3269f47787db090899f7c242adf7818
toc_folder_title: "S\xF6zl\xFCkler"
toc_priority: 35
toc_title: "Giri\u015F"
---
# Sözlükler {#dictionaries}
Bir sözlük bir haritalama (`key -> attributes`) bu referans listeleri çeşitli türleri için uygundur.
ClickHouse, sorgularda kullanılabilecek sözlüklerle çalışmak için özel işlevleri destekler. Sözlükleri işlevlerle kullanmak daha kolay ve daha verimlidir. `JOIN` referans tabloları ile.
[NULL](../syntax.md#null) değerler sözlükte saklanamaz.
ClickHouse destekler:
- [Dahili sözlükler](internal_dicts.md#internal_dicts) bir özel ile [fonksiyonlar kümesi](../../sql_reference/functions/ym_dict_functions.md).
- [Eklenti (harici) söz dictionarieslükler](external_dictionaries/external_dicts.md) ile bir [fonksiyonlar net](../../sql_reference/functions/ext_dict_functions.md).
[Orijinal makale](https://clickhouse.tech/docs/en/query_language/dicts/) <!--hide-->