Struct orc_rust::arrow_reader::Stripe
source · pub struct Stripe { /* private fields */ }
Implementations§
source§impl Stripe
impl Stripe
pub fn new<R: Read + Seek>( r: &mut Reader<R>, columns: &[(String, Arc<TypeDescription>)], stripe: usize, info: StripeInformation ) -> Result<Self>
pub fn stripe_offset(&self) -> usize
pub fn stripe_info(&self) -> &StripeInformation
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Stripe
impl Send for Stripe
impl Sync for Stripe
impl Unpin for Stripe
impl UnwindSafe for Stripe
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