Function mz_persist_types::parquet::validate_roundtrip

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

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