Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
11
isValidCodec
Method · 0.95
test_write_read_nothing_round_trip
Method · 0.80
test_write_read_null_round_trip
Method · 0.80
test_write_read_string_round_trip
Method · 0.80
test_write_read_round_trip
Method · 0.80
test_write_read_true_round_trip
Method · 0.80
test_write_read_false_round_trip
Method · 0.80
test_write_read_int_array_round_trip
Method · 0.80
test_differing_schemas_with_primitives
Method · 0.80
test_differing_schemas_with_complex_objects
Method · 0.80
generate_interop_data.php
File · 0.80
Calls
no outgoing calls
Tested by
9
test_write_read_nothing_round_trip
Method · 0.64
test_write_read_null_round_trip
Method · 0.64
test_write_read_string_round_trip
Method · 0.64
test_write_read_round_trip
Method · 0.64
test_write_read_true_round_trip
Method · 0.64
test_write_read_false_round_trip
Method · 0.64
test_write_read_int_array_round_trip
Method · 0.64
test_differing_schemas_with_primitives
Method · 0.64
test_differing_schemas_with_complex_objects
Method · 0.64