projections
Contains information about existing projections in all the tables.
Columns:
database
(String) — Database name.table
(String) — Table name.name
(String) — Projection name.type
(Enum) — Projection type ('Normal' = 0, 'Aggregate' = 1).sorting_key
(Array(String)) — Projection sorting key.query
(String) — Projection query.
Example