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

Method validCodecs

lang/php/lib/DataFile/AvroDataIO.php:204–207  ·  view source on GitHub ↗

* @returns array array of valid codecs */

()

Source from the content-addressed store, hash-verified

202 * @returns array array of valid codecs
203 */
204 public static function validCodecs()
205 {
206 return self::$validCodecs;
207 }
208}

Calls

no outgoing calls