Docs.rs
lance-arrow-0.21.0
lance-arrow 0.21.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
eddyxu
wjones127
changhiskhan
westonpace
albertlockett
Dependencies
arrow-array ^53.2
normal
arrow-buffer ^53.2
normal
arrow-cast ^53.2
normal
arrow-data ^53.2
normal
arrow-schema ^53.2
normal
arrow-select ^53.2
normal
bytes ^1.4
normal
half ^2.4.1
normal
num-traits ^0.2
normal
rand ^0.8.3
normal
getrandom ^0.2
normal
Versions
54.35%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
lance_
arrow
0.21.0
lance_arrow
Function
iter_str_array
Copy item path
Source
pub fn iter_str_array( arr: &dyn
Array
, ) ->
Box
<dyn
Iterator
<Item =
Option
<&
str
>> + '_>