pub fn arb_row_for_relation(desc: &RelationDesc) -> impl Strategy<Value = Row>
Expand description
Returns a Strategy
that yields arbitrary Row
s for the provided RelationDesc
.
pub fn arb_row_for_relation(desc: &RelationDesc) -> impl Strategy<Value = Row>
Returns a Strategy
that yields arbitrary Row
s for the provided RelationDesc
.