async fn create_target(
client: &Client,
explain_db: &str,
explain_schema: &str,
target: &ExplainTarget,
typed_obj: &DatabaseObject,
) -> Result<(), CliError>Expand description
Create the target object (MV + indexes if explaining an index).