Retrive inforrmation about table clustering from information_schema

Mike_Szklarczyk
Contributor

Hi guys,

I wonder if and when it will be possible to extract from information_schema how the table is clustered. I know that analogous information can be obtained when a table is partitioned using this query:

 

SELECT * FROM cdl_dev.information_schema.columns 
WHERE partition_index is not null

 

 Does anyone have information on whether this will be possible?