Function mz_persist_types::columnar::validate_roundtrip

source ·
pub fn validate_roundtrip<T: Codec + Default + PartialEq + Debug>(
    schema: &T::Schema,
    value: &T
) -> Result<(), String>
Expand description

A helper for writing tests that validate that a piece of data roundtrips through the columnar format.