Skip to main content

describe_object

Function describe_object 

Source
async fn describe_object(
    session: &CqlSession,
    name: &str,
    writer: &mut dyn Write,
) -> Result<()>
Expand description

Resolve a bare or qualified name across all schema object types.

Resolution order (matching Python cqlsh): keyspace → table → index → materialized view → type → function → aggregate.