mz_adapter::util

Function 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.