Skip to main content

export_relation_interchange_bytes

Function export_relation_interchange_bytes 

Source
pub fn export_relation_interchange_bytes(
    interchange: &RelationInterchange,
) -> Result<Vec<u8>, RelationInterchangeError>
Expand description

Serialize relation interchange rows to canonical little-endian bytes.

ยงErrors

Returns RelationInterchangeError when the fixture violates tuple uniqueness, endpoint span, or witness consistency requirements.