Cassandra-Java-Driver-Research
Cassandra-Java-Driver-Research copied to clipboard
how to query all tables of keyspaces?
cql:describe tables it can't google result.
code : String useQuery = "describe tables"; ResultSet rs = session.execute(useQuery);
error msg:
com.datastax.driver.core.exceptions.SyntaxError: line 1:0 no viable alternative at input 'describe' ([describe]...)