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

Method openReader

lang/php/lib/DataFile/AvroDataIO.php:186–190  ·  view source on GitHub ↗

* @param AvroIO $io * @param AvroSchema $schema * @returns AvroDataIOReader */

($io, $schema)

Source from the content-addressed store, hash-verified

184 * @returns AvroDataIOReader
185 */
186 protected static function openReader($io, $schema)
187 {
188 $reader = new AvroIODatumReader(null, $schema);
189 return new AvroDataIOReader($io, $reader);
190 }
191
192 /**
193 * @param string $codec

Callers 1

openFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected