Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ last
Method
last
arrow-array/src/iterator.rs:126–128 ·
view source on GitHub ↗
(mut self)
Source
from the content-addressed store, hash-verified
124
125
#[inline]
126
fn last(mut self) -> Option<Self::Item> {
127
self.next_back()
128
}
129
130
#[inline]
131
fn count(self) -> usize
Callers
15
create_offsets
Function · 0.45
compress_run_ends_i32
Function · 0.45
encode_rows
Method · 0.45
parse_decimal
Function · 0.45
b64_encode
Function · 0.45
cast_list
Function · 0.45
generate_list
Function · 0.45
decode
Function · 0.45
concat_lists
Function · 0.45
concat_run_arrays
Function · 0.45
trim
Method · 0.45
data_page_row_counts
Method · 0.45
Calls
1
next_back
Method · 0.45
Tested by
3
insert_once
Function · 0.36
delete_once
Function · 0.36
append
Function · 0.36