mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
12 lines
302 B
ReStructuredText
12 lines
302 B
ReStructuredText
Dictionaries
|
|
=======
|
|
|
|
A dictionary is a mapping (key -> attributes) that can be used in a query as functions. You can think of this as a more convenient and efficient type of JOIN with dimension tables.
|
|
|
|
There are built-in (internal) and add-on (external) dictionaries.
|
|
|
|
.. toctree::
|
|
:glob:
|
|
|
|
*
|