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

Method magic

lang/php/lib/DataFile/AvroDataIO.php:108–111  ·  view source on GitHub ↗

* @returns the initial "magic" segment of an Avro container file header. */

()

Source from the content-addressed store, hash-verified

106 * @returns the initial "magic" segment of an Avro container file header.
107 */
108 public static function magic()
109 {
110 return ('Obj' . pack('c', self::VERSION));
111 }
112
113 /**
114 * @returns AvroSchema object of Avro container file metadata.

Callers 3

magicSizeMethod · 0.95
readHeaderMethod · 0.80
writeHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected