About
This page is about the information schema of cassandra.
Example
SELECT "column_name", "table_name", "type", "kind", "clustering_order", "position"
FROM "system_schema"."columns"
WHERE "keyspace_name"='my_keyspace' ALLOW FILTERING;
This page is about the information schema of cassandra.
SELECT "column_name", "table_name", "type", "kind", "clustering_order", "position"
FROM "system_schema"."columns"
WHERE "keyspace_name"='my_keyspace' ALLOW FILTERING;