risingwave_frontend::handler::query

Function handle_query

source
pub async fn handle_query(
    handler_args: HandlerArgs,
    stmt: Statement,
    formats: Vec<Format>,
) -> Result<RwPgResponse, RwError>