Function mz_repr::arb_datum

source ·
pub fn arb_datum() -> BoxedStrategy<PropDatum>
Expand description

Generate an arbitrary PropDatum.

TODO: we also need a variant that can be parameterized by a ColumnType or a ColumnType Strategy.