Function arb_row_for_relation

Source
pub fn arb_row_for_relation(
    desc: &RelationDesc,
) -> impl Strategy<Value = Row> + use<>
Expand description

Returns a Strategy that yields arbitrary Rows for the provided RelationDesc.