Struct orc_rust::async_arrow_reader::StripeFactory
source · pub struct StripeFactory<R> { /* private fields */ }
Implementations§
source§impl<R: AsyncChunkReader + 'static> StripeFactory<R>
impl<R: AsyncChunkReader + 'static> StripeFactory<R>
pub async fn read_next_stripe_inner( &mut self, info: &StripeMetadata ) -> Result<Stripe>
pub async fn read_next_stripe(self) -> Result<(Self, Option<Stripe>)>
pub async fn is_end(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for StripeFactory<R>where
R: Freeze,
impl<R> RefUnwindSafe for StripeFactory<R>where
R: RefUnwindSafe,
impl<R> Send for StripeFactory<R>where
R: Send,
impl<R> Sync for StripeFactory<R>where
R: Sync,
impl<R> Unpin for StripeFactory<R>where
R: Unpin,
impl<R> UnwindSafe for StripeFactory<R>where
R: UnwindSafe,
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