Created
March 5, 2013 19:28
-
-
Save devdazed/5093388 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for ks in SYSTEM_MANAGER.list_keyspaces(): | |
| describe_keyspace(ks) | |
| for cf in SYSTEM_MANAGER.get_keyspace_column_families(ks): | |
| describe_column_family(ks, cf) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment