pub fn normalized_fp(tables: &[TableWireSchema]) -> u64Expand 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.