MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / test_array_schema

Function test_array_schema

src/avro/src/schema.rs:2524–2529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2522
2523 #[mz_ore::test]
2524 fn test_array_schema() {
2525 check_schema(
2526 r#"{"type": "array", "items": "string"}"#,
2527 SchemaPiece::Array(Box::new(SchemaPieceOrNamed::Piece(SchemaPiece::String))),
2528 );
2529 }
2530
2531 #[mz_ore::test]
2532 fn test_map_schema() {

Callers

nothing calls this directly

Calls 2

check_schemaFunction · 0.85
ArrayClass · 0.85

Tested by

no test coverage detected