pub type PyArrowException = ArrowException;
Available on crate feature
pyarrow
only.Expand description
Represents an exception raised by PyArrow.
Aliased Typeยง
struct PyArrowException(/* private fields */);
pub type PyArrowException = ArrowException;
pyarrow
only.Represents an exception raised by PyArrow.
struct PyArrowException(/* private fields */);