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

> 包含通过 SQL 查询创建或从配置文件解析的所有命名集合列表。

# system.named_collections

<div id="description">
  ## 描述
</div>

列出通过 SQL 查询创建或从配置文件解析得到的所有命名集合。

<div id="columns">
  ## 列
</div>

* `name` ([String](/zh/reference/data-types)) — 集合名称。
* `collection` ([Map(String, String)](/zh/reference/data-types)) — 集合内部信息。
* `source` ([String](/zh/reference/data-types)) — 命名集合源。
* `create_query` ([String](/zh/reference/data-types)) — 命名集合的创建查询。
