pub fn schema_fingerprint(
schema: &Schema,
) -> Result<DatasetFingerprint, DatasetError>Expand description
Compute a stable fingerprint from a schema.
Serializes the schema to a canonical string (sorted field names + type + nullable), then hashes with SHA-256.