pub(super) async fn test_batch_queries<R: Rng>(
client: &Client,
rng: &mut R,
tables: Vec<Table>,
sample_size: usize,
config: &Configuration,
) -> Result<f64>
Expand description
Test batch queries, returns skipped query statistics Runs in distributed mode, since queries can be complex and cause overflow in local execution mode.