Enum polars_arrow::error::PolarsError [−][src]
pub enum PolarsError {
ArrowError(ArrowError),
ComputeError(Cow<'static, str>),
OutOfBounds(Cow<'static, str>),
}Variants
ArrowError(ArrowError)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for PolarsErrorimpl Send for PolarsErrorimpl Sync for PolarsErrorimpl Unpin for PolarsErrorimpl !UnwindSafe for PolarsError