execute

Function execute 

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

Execute a DESCRIBE command and write output.

Parses the DESCRIBE subcommand and dispatches to the appropriate handler.