Rindle docs and package mapSkip to main content

normalized_fp

Function normalized_fp 

Source
pub fn normalized_fp(tables: &[TableWireSchema]) -> u64
Expand description

Fingerprint a tables set by name (resolving PK to column names), independent of internal column numbering. tables must satisfy validate_normalized_schema; the publisher constructors guarantee that invariant, and NormalizedSubscriber::open validates received schemas before calling this function.