Function generate

Source
pub async fn generate(
    client: &Client,
    testdata: &str,
    count: usize,
    _outdir: &str,
    seed: Option<u64>,
)
Expand description

Query Generator If we encounter an expected error, just skip. If we encounter an unexpected error, Sqlsmith should stop execution, but writeout ddl and queries so far. If query takes too long -> cancel it, mark it as error. NOTE(noel): It will still fail if DDL creation fails.