5.2.8 DESCRIBE PARTITIONS
DESCRIBE PARTITIONS table_name
DESCRIBE PARTITIONS displays information about all partitions of the table.
Example
evql> DESCRIBE PARTITIONS sensors;
+---------------+-------------------+----------------------------------+-----------------------------------+---------------+
| Partition id | Servers | Keyrange Begin | Keyrange End | Extra info |
+---------------+-------------------+----------------------------------+-----------------------------------+---------------+
| 6558492370... | node2,node3,node4 | 2016-08-11 22:00:00 [1470952800] | 2016-08-11 22:05:00 [1470953100] | |
| 675698ebf1... | node1,node2,node3 | 2016-08-11 22:05:00 [1470953100] | 2016-08-11 22:10:00 [1470953400] | |
| 1a40cda990... | node1,node2,node3 | 2016-08-11 22:10:00 [1470953400] | 2016-08-11 22:15:00 [1470953700] | |
+---------------+-------------------+----------------------------------+-----------------------------------+---------------+