Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ iter
Method
iter
arrow-array/src/array/map_array.rs:248–250 ·
view source on GitHub ↗
constructs a new iterator
(&self)
Source
from the content-addressed store, hash-verified
246
247
/// constructs a new iterator
248
pub fn iter(&self) -> MapArrayIter<'_> {
249
MapArrayIter::new(self)
250
}
251
}
252
253
impl From<ArrayData> for MapArray {
Callers
15
aggregate_nonnull_simple
Function · 0.45
aggregate_nullable_lanes
Function · 0.45
min_boolean
Function · 0.45
sum_checked
Function · 0.45
pad_inputs_and_test_fixed_size_binary
Function · 0.45
criterion_benchmark
Function · 0.45
criterion_benchmark
Function · 0.45
criterion_benchmark
Function · 0.45
criterion_benchmark
Function · 0.45
make_record_batch
Function · 0.45
project_benchmark
Function · 0.45
criterion_benchmark
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_primitive_array_iter_round_trip
Function · 0.36
test_run_iterator_comprehensive
Function · 0.36
test_string_array_iter_round_trip
Function · 0.36
test_sliced_run_array_iterator
Function · 0.36
test_generic_list
Function · 0.36
test_generic_list_view
Function · 0.36
test_union_sparse_array
Function · 0.36
test_union_dense_array
Function · 0.36
test_run_array
Function · 0.36
test_nullable_run_array
Function · 0.36
trusted_len_unzip_good
Function · 0.36
test_primitive_array_iter_round_trip
Function · 0.36