fn tuples_per_statement(max_batch_rows: usize, params_per_tuple: usize) -> usize
Number of tuples a single statement may carry, bounded by the parameter limit of the protocol.