Module error
arrow2
0.16.0
Module error
Enums
Type Aliases
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
::
error
Copy item path
source
·
[
−
]
Expand description
Defines
Error
, representing all errors returned by this crate.
Enums
§
Error
Enum with all errors in this crate.
Type Aliases
§
Result
Typedef for a
std::result::Result
of an
Error
.