描述
CREATE DICTIONARY 查询的 LAYOUT 子句中指定的。
列
name(String) — LAYOUT 子句中指定的字典布局名称。is_complex(UInt8) — 该布局是否需要复杂键 (由多个属性组成,或为非整数类型的键) 。description(String) — 对字典布局功能的概述。syntax(String) — 如何在 CREATE DICTIONARY 查询的 LAYOUT 子句中指定该布局。examples(String) — 使用示例。introduced_in(String) — 首次引入该布局的 ClickHouse 版本,格式为 major.minor。related(Array(String)) — 相关字典布局的名称。
示例
Query
Response
另请参见
- 字典布局 — 有关字典及其布局的信息。