risingwave_frontend::handler::explain

Function handle_explain

source
pub async fn handle_explain(
    handler_args: HandlerArgs,
    stmt: Statement,
    options: ExplainOptions,
    analyze: bool,
) -> Result<RwPgResponse, RwError>