ClickHouse/docs/ja/sql-reference/dictionaries/index.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

1.0 KiB

machine_translated machine_translated_rev toc_folder_title toc_priority toc_title
true d734a8e46d Dictionaries 35 導入

辞書

辞書はマッピングです (key -> attributes)それはさまざまなタイプの参照リストのために便利です。

ClickHouseは、クエリで使用できる辞書を操作するための特別な機能をサポートしています。 Aよりも関数で辞書を使用する方が簡単で効率的です JOIN 参照テーブルと。

NULL 値を辞書に格納することはできません。

ClickHouse支援:

元の記事