Function mz_adapter::util::verify_datum_desc
source ยท pub fn verify_datum_desc(
desc: &RelationDesc,
rows: &mut dyn RowIterator,
) -> Result<(), AdapterError>
Expand description
Verify that the rows in RowIterator
match the expected RelationDesc
.