pub fn validate_normalized_schema(
tables: &[TableWireSchema],
) -> Result<(), NormalizedSchemaError>Expand description
Validate the table-set invariants required by normalized_fp and normalized-store
construction. This accepts wire-deserialized input, so every failure is typed and no
malformed schema may panic.