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
.
pub fn verify_datum_desc(
desc: &RelationDesc,
rows: &mut dyn RowIterator,
) -> Result<(), AdapterError>
Verify that the rows in RowIterator
match the expected RelationDesc
.