risingwave_frontend::handler::show

Function handle_show_object

source
pub async fn handle_show_object(
    handler_args: HandlerArgs,
    command: ShowObject,
    filter: Option<ShowStatementFilter>,
) -> Result<RwPgResponse, RwError>