pub fn arb_relation_desc_diff(
source: &RelationDesc,
) -> impl Strategy<Value = Vec<PropRelationDescDiff>>
Expand description
Generates a set of PropRelationDescDiff
s based on some source RelationDesc
.
pub fn arb_relation_desc_diff(
source: &RelationDesc,
) -> impl Strategy<Value = Vec<PropRelationDescDiff>>
Generates a set of PropRelationDescDiff
s based on some source RelationDesc
.