pub fn validate_relation_interchange(
interchange: &RelationInterchange,
) -> Result<(), RelationInterchangeError>Expand description
Validate relation interchange tuple identities and witness consistency.
ยงErrors
Returns RelationInterchangeError when required relations are empty,
tuple ids duplicate, endpoint spans are invalid, or witnesses are
disconnected from source/sink endpoints.