Struct orc_rust::async_arrow_reader::StripeFactory
source · pub struct StripeFactory<R> { /* private fields */ }
Implementations§
source§impl<R: AsyncRead + AsyncSeek + Unpin + Send> StripeFactory<R>
impl<R: AsyncRead + AsyncSeek + Unpin + Send> StripeFactory<R>
pub async fn read_next_stripe_inner( &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§
source§impl<R: Clone> Clone for StripeFactory<R>
impl<R: Clone> Clone for StripeFactory<R>
source§fn clone(&self) -> StripeFactory<R>
fn clone(&self) -> StripeFactory<R>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<R> !RefUnwindSafe for StripeFactory<R>
impl<R> Send for StripeFactory<R>where R: Send,
impl<R> Sync for StripeFactory<R>where R: Send,
impl<R> Unpin for StripeFactory<R>
impl<R> !UnwindSafe for StripeFactory<R>
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