系统表system.projectionssystem.projections 包含所有表中现有投影的信息。 列: database (String) — 数据库名称。 table (String) — 表名称。 name (String) — 投影名称。 type (Enum) — 投影类型 ('Normal' = 0, 'Aggregate' = 1)。 sorting_key (Array(String)) — 投影排序键。 query (String) — 投影查询。 示例