pub struct ArrowBatchIterContext {
pub current_block: u64,
pub current_table: Option<Arc<RecordBatch>>,
pub current_meta: Option<Arc<ArrowBatchFileMetadata>>,
}Fields§
§current_block: u64§current_table: Option<Arc<RecordBatch>>§current_meta: Option<Arc<ArrowBatchFileMetadata>>Auto Trait Implementations§
impl Freeze for ArrowBatchIterContext
impl !RefUnwindSafe for ArrowBatchIterContext
impl Send for ArrowBatchIterContext
impl Sync for ArrowBatchIterContext
impl Unpin for ArrowBatchIterContext
impl !UnwindSafe for ArrowBatchIterContext
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