MCPcopy Create free account
hub / github.com/apache/arrow-rs / parser

Method parser

arrow-row/src/lib.rs:1170–1172  ·  view source on GitHub ↗

Returns a [`RowParser`] that can be used to parse [`Row`] from bytes

(&self)

Source from the content-addressed store, hash-verified

1168
1169 /// Returns a [`RowParser`] that can be used to parse [`Row`] from bytes
1170 pub fn parser(&self) -> RowParser {
1171 RowParser::new(Arc::clone(&self.fields))
1172 }
1173
1174 /// Returns the size of this instance in bytes
1175 ///

Callers 5

test_invalid_utf8Function · 0.80
test_invalid_emptyFunction · 0.80
test_invalid_truncatedFunction · 0.80
fuzz_testFunction · 0.80
get_values_buffer_lenFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_invalid_utf8Function · 0.64
test_invalid_emptyFunction · 0.64
test_invalid_truncatedFunction · 0.64