Function mz_sqllogictest::runner::run_string

source ·
pub async fn run_string(
    runner: &mut Runner<'_>,
    source: &str,
    input: &str
) -> Result<Outcomes, Error>