Function servers::postgres::fixtures::build_string_data_rows

source ยท
fn build_string_data_rows(
    schema: Arc<Vec<FieldInfo>>,
    rows: Vec<Vec<String>>,
) -> Vec<PgWireResult<DataRow>>