How to list all
materialized view tables
in Cassandra CQL
[cqlsh 5.0.1 | Cassandra 3.0.7.1158 | DSE 5.0.0 | CQL spec 3.4.0 | Native protocol v4]
Probably the easiest way is from the views schema table with:
SELECT * FROM system_schema.views;