Function mz_persist_types::parquet::validate_roundtrip
source ยท pub fn validate_roundtrip<T: Default + Clone + PartialEq + Debug, S: Schema<T>>(
schema: &S,
values: &[T],
) -> Result<(), String>
Expand description
A helper for writing tests that validate that a piece of data roundtrips through the parquet serialization format.