Expand description
Contains the PyArrowError, the Error returned by most fallible functions in this crate.
Enums§
- PyArrow
Error - The Error variants returned by this crate.
Type Aliases§
- PyArrow
Result - A type wrapper around
Result<T, PyArrowError>.