MCPcopy Create free account
hub / github.com/apache/avro-rs / enum1_abc_schema

Function enum1_abc_schema

avro/src/schema_compatibility.rs:486–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484 }
485
486 fn enum1_abc_schema() -> Schema {
487 Schema::parse_str(r#"{"type":"enum", "name":"Enum1", "symbols":["A","B","C"]}"#).unwrap()
488 }
489
490 fn enum1_bc_schema() -> Schema {
491 Schema::parse_str(r#"{"type":"enum", "name":"Enum1", "symbols":["B","C"]}"#).unwrap()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected