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

Method array

src/avro/src/decode.rs:1465–1467  ·  view source on GitHub ↗
(mut self, a: &mut A)

Source from the content-addressed store, hash-verified

1463 }
1464
1465 fn array<A: AvroArrayAccess>(mut self, a: &mut A) -> Result<Self::Out, AvroError> {
1466 (self.conv)(self.inner.array(a)?)
1467 }
1468
1469 fn map<M: AvroMapAccess>(mut self, m: &mut M) -> Result<Self::Out, AvroError> {
1470 (self.conv)(self.inner.map(m)?)

Callers 4

utils.tsFile · 0.45
give_valueFunction · 0.45
deserializeMethod · 0.45

Calls 4

ArrayClass · 0.85
decode_nextMethod · 0.80
is_someMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected