MCPcopy 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_offsetsFunction · 0.45
compress_run_ends_i32Function · 0.45
encode_rowsMethod · 0.45
parse_decimalFunction · 0.45
b64_encodeFunction · 0.45
cast_listFunction · 0.45
generate_listFunction · 0.45
decodeFunction · 0.45
concat_listsFunction · 0.45
concat_run_arraysFunction · 0.45
trimMethod · 0.45
data_page_row_countsMethod · 0.45

Calls 1

next_backMethod · 0.45

Tested by 3

insert_onceFunction · 0.36
delete_onceFunction · 0.36
appendFunction · 0.36