Expose Keyspace and CF metadata through CQL -------------------------------------------
Key: CASSANDRA-3002 URL: https://issues.apache.org/jira/browse/CASSANDRA-3002 Project: Cassandra Issue Type: New Feature Components: API Reporter: Kelley Reynolds In creating a CQL driver for ruby, there are a set of thrift calls that still have to be made to make it work correctly and that information must all be available via CQL before thrift is removed (probably with other CQL drivers as well). Suggested examples to start with: * SHOW VERSION * SHOW (KEYSPACES|DATABASE) * SHOW KEYSPACE [<keyspace>] * SHOW (TABLES|COLUMNFAMILIES) * DESCRIBE (<table>|<columnfamily>) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira