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::run_iterator - Rust
[go: Go Back, main page]

Module run_iterator

Source
Expand description

Idiomatic iterator for RunArray

Structsยง

RunArrayIter
The RunArrayIter provides an idiomatic way to iterate over the run array. It returns Some(T) if there is a value or None if the value is null.