MCPcopy 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
253impl From<ArrayData> for MapArray {

Callers 15

aggregate_nonnull_simpleFunction · 0.45
aggregate_nullable_lanesFunction · 0.45
min_booleanFunction · 0.45
sum_checkedFunction · 0.45
criterion_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45
make_record_batchFunction · 0.45
project_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45

Calls

no outgoing calls