pub async fn try_query_one(
    mz_client: &Client,
    query: &str,
    delay: Duration
) -> Result<Row>
Expand description

Try running PostgreSQL’s query_one function, checking for a common Materialize error in check_error.