pub fn arb_datum_for_scalar(
scalar_type: SqlScalarType,
) -> impl Strategy<Value = PropDatum>
Expand description
Generates an arbitrary PropDatum
for the provided SqlScalarType
.
pub fn arb_datum_for_scalar(
scalar_type: SqlScalarType,
) -> impl Strategy<Value = PropDatum>
Generates an arbitrary PropDatum
for the provided SqlScalarType
.