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

Method position

arrow-avro/src/reader/cursor.rs:40–42  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

38 /// Returns the current cursor position
39 #[inline]
40 pub(crate) fn position(&self) -> usize {
41 self.start_len - self.buf.len()
42 }
43
44 /// Read a single `u8`
45 #[inline]

Callers 15

parse_typeMethod · 0.80
decodeMethod · 0.80
append_defaultMethod · 0.80
try_newMethod · 0.80
read_nextMethod · 0.80
find_struct_child_indexFunction · 0.80
split_offMethod · 0.80
offsetMethod · 0.80
runMethod · 0.80

Calls 1

lenMethod · 0.45