Constructs a new iterator
(&self)
| 367 | |
| 368 | /// Constructs a new iterator |
| 369 | pub fn iter(&self) -> GenericListViewArrayIter<'_, OffsetSize> { |
| 370 | GenericListViewArrayIter::<'_, OffsetSize>::new(self) |
| 371 | } |
| 372 | |
| 373 | #[inline] |
| 374 | fn get_type(data_type: &DataType) -> Option<&DataType> { |
no outgoing calls