Struct orc_rust::async_arrow_reader::StripeFactory
source · pub struct StripeFactory<R> { /* private fields */ }
Implementations§
source§impl<R: AsyncRead + AsyncSeek + Unpin + Send + 'static> StripeFactory<R>
impl<R: AsyncRead + AsyncSeek + Unpin + Send + 'static> StripeFactory<R>
pub async fn read_next_stripe_inner( &mut self, info: StripeInformation ) -> 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> 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