async fn describe_tables(
session: &CqlSession,
writer: &mut dyn Write,
) -> Result<()>Expand description
DESCRIBE TABLES — list tables in the current keyspace.
async fn describe_tables(
session: &CqlSession,
writer: &mut dyn Write,
) -> Result<()>DESCRIBE TABLES — list tables in the current keyspace.