MCPcopy Create free account
hub / github.com/apache/avro / skipUnion

Method skipUnion

lang/php/lib/Datum/AvroIOBinaryDecoder.php:267–271  ·  view source on GitHub ↗
($writers_schema, AvroIOBinaryDecoder $decoder)

Source from the content-addressed store, hash-verified

265 }
266
267 public function skipUnion($writers_schema, AvroIOBinaryDecoder $decoder)
268 {
269 $index = $decoder->readLong();
270 AvroIODatumReader::skipData($writers_schema->schemaByIndex($index), $decoder);
271 }
272
273 public function skipRecord($writers_schema, AvroIOBinaryDecoder $decoder)
274 {

Callers 1

skipDataMethod · 0.80

Calls 3

skipDataMethod · 0.80
schemaByIndexMethod · 0.80
readLongMethod · 0.45

Tested by

no test coverage detected