Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_type
Method · 0.80
decode
Method · 0.80
append_default
Method · 0.80
try_new
Method · 0.80
read_next
Method · 0.80
find_struct_child_index
Function · 0.80
cast_struct_fields_by_name
Function · 0.80
split_off
Method · 0.80
offset
Method · 0.80
read_page_header_len_from_bytes
Method · 0.80
run
Method · 0.80
test_every_config_sort_boolean_list_arrays
Function · 0.80
Calls
1
len
Method · 0.45
Tested by
1
test_every_config_sort_boolean_list_arrays
Function · 0.64