MCPcopy Create free account
hub / github.com/apache/arrow-rs / iter

Method iter

arrow-array/src/array/primitive_array.rs:1398–1400  ·  view source on GitHub ↗

constructs a new iterator

(&'a self)

Source from the content-addressed store, hash-verified

1396impl<'a, T: ArrowPrimitiveType> PrimitiveArray<T> {
1397 /// constructs a new iterator
1398 pub fn iter(&'a self) -> PrimitiveIter<'a, T> {
1399 PrimitiveIter::<'a, T>::new(self)
1400 }
1401}
1402
1403/// An optional primitive value

Callers 9

test_decimal32Function · 0.45
test_decimal64Function · 0.45
test_decimal128Function · 0.45
test_decimal256Function · 0.45
test_decimal256_iterFunction · 0.45
test_decimal64_iterFunction · 0.45
test_decimal32_iterFunction · 0.45

Calls

no outgoing calls

Tested by 9

test_decimal32Function · 0.36
test_decimal64Function · 0.36
test_decimal128Function · 0.36
test_decimal256Function · 0.36
test_decimal256_iterFunction · 0.36
test_decimal64_iterFunction · 0.36
test_decimal32_iterFunction · 0.36