Enum orc_rust::arrow_reader::column::string::StringDecoder
source · pub enum StringDecoder {
Direct(NullableIterator<String>),
Dictionary((NullableIterator<i64>, ArrayRef)),
}
Variants§
Direct(NullableIterator<String>)
Dictionary((NullableIterator<i64>, ArrayRef))
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for StringDecoder
impl Send for StringDecoder
impl !Sync for StringDecoder
impl Unpin for StringDecoder
impl !UnwindSafe for StringDecoder
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