Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::common::arrow::array::iterator - Rust
[go: Go Back, main page]

Module datafusion::common::arrow::array::iterator

source ·
Expand description

Idiomatic iterators for Array

Structs§

Type Aliases§

  • an iterator that returns Some(T) or None, that can be used on any BooleanArray
  • an iterator that returns Some(T) or None, that can be used on any FixedSizeBinaryArray
  • an iterator that returns Some(T) or None, that can be used on any FixedSizeListArray
  • an iterator that returns Some(T) or None, that can be used on any BinaryArray
  • an iterator that returns Some(T) or None, that can be used on any ListArray
  • an iterator that returns Some(T) or None, that can be used on any Utf8Array
  • an iterator that returns Some(T) or None, that can be used on any MapArray
  • an iterator that returns Some(T) or None, that can be used on any PrimitiveArray