Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro-rs
/ reader_schema
Method
reader_schema
avro/src/reader/mod.rs:104–106 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
102
/// Get a reference to the optional reader `Schema`.
103
#[inline]
104
pub fn reader_schema(&self) -> Option<&Schema> {
105
self.reader_schema
106
}
107
108
/// Get a reference to the user metadata.
109
#[inline]
Callers
15
read
Function · 0.80
test_enum_default
Function · 0.80
test_enum_string_value
Function · 0.80
test_avro_3772_enum_default
Function · 0.80
test_avro_3772_enum_default_less_symbols
Function · 0.80
test_reader_iterator
Function · 0.80
test_reader_invalid_block
Function · 0.80
test_avro_3881_metadata_empty_body
Function · 0.80
avro_3755_deserialize
Function · 0.80
test_avro_3814_schema_resolution_failure
Function · 0.80
avro_rs_106_test_multiple_schemata_to_from_avro_datum_with_resolution
Function · 0.80
test_avro_3683_multiple_schemata_writer_reader
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_enum_default
Function · 0.64
test_enum_string_value
Function · 0.64
test_avro_3772_enum_default
Function · 0.64
test_avro_3772_enum_default_less_symbols
Function · 0.64
test_reader_iterator
Function · 0.64
test_reader_invalid_block
Function · 0.64
test_avro_3881_metadata_empty_body
Function · 0.64
avro_3755_deserialize
Function · 0.64
test_avro_3814_schema_resolution_failure
Function · 0.64
avro_rs_106_test_multiple_schemata_to_from_avro_datum_with_resolution
Function · 0.64
test_avro_3683_multiple_schemata_writer_reader
Function · 0.64
avro_3786_deserialize_union_with_different_enum_order
Function · 0.64