Function mz_repr::relation::arb_relation_desc

source ยท
pub fn arb_relation_desc(
    num_cols: Range<usize>,
) -> impl Strategy<Value = RelationDesc>
Expand description

Returns a Strategy that generates an arbitrary RelationDesc with a number columns within the range provided.