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

Function string_array_schema

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

Source from the content-addressed store, hash-verified

464 }
465
466 fn string_array_schema() -> Schema {
467 Schema::parse_str(r#"{"type":"array", "items":"string"}"#).unwrap()
468 }
469
470 fn int_map_schema() -> Schema {
471 Schema::parse_str(r#"{"type":"map", "values":"int"}"#).unwrap()

Callers 1

test_array_writer_schemaFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_array_writer_schemaFunction · 0.68