Module buffer
arrow2
0.16.0
Module buffer
Structs
In crate arrow2
Modules
array
bitmap
buffer
chunk
compute
datatypes
error
ffi
io
mmap
offset
scalar
temporal_conversions
trusted_len
types
util
Structs
AHashMap
Enums
Either
?
Settings
Module
arrow2
::
buffer
Copy item path
source
·
[
−
]
Expand description
Contains
Buffer
, an immutable container for all Arrow physical types (e.g. i32, f64).
Structs
§
Buffer
Buffer
is a contiguous memory region that can be shared across thread boundaries.