Enum datafusion::datasource::physical_plan::OnError
source · pub enum OnError {
Fail,
Skip,
}
Expand description
Describes the behavior of the FileStream
if file opening or scanning fails
Variants§
Fail
Fail the entire stream and return the underlying error
Skip
Continue scanning, ignoring the failed file
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for OnError
impl Send for OnError
impl Sync for OnError
impl Unpin for OnError
impl UnwindSafe for OnError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more