arrow2
0.16.0
Module chunk
Structs
In crate arrow2
?
Settings
Module
arrow2
::
chunk
Copy item path
source
·
[
−
]
Expand description
Contains
Chunk
, a container of
Array
where every array has the same length.
Structs
§
Chunk
A vector of trait objects of
Array
where every item has the same length,
Chunk::len
.