mergeTreeProjection Table Function
Represents the contents of some projection in MergeTree tables. It can be used for introspection.
Syntax
Arguments
Argument | Description |
---|---|
database | The database name to read projection from. |
table | The table name to read projection from. |
projection | The projection to read from. |
Returned value
A table object with columns provided by given projection.