pub struct MutableRecordBatch { /* private fields */ }
Expand description
Columnar Batch buffer that assists creating RecordBatches
Implementations§
Source§impl MutableRecordBatch
impl MutableRecordBatch
Sourcepub fn output(&mut self) -> ArrowResult<RecordBatch>
pub fn output(&mut self) -> ArrowResult<RecordBatch>
Finalize the batch, output and reset this buffer
pub fn output_as_columns(&mut self) -> Vec<ArrayRef>
Auto Trait Implementations§
impl Freeze for MutableRecordBatch
impl !RefUnwindSafe for MutableRecordBatch
impl Send for MutableRecordBatch
impl !Sync for MutableRecordBatch
impl Unpin for MutableRecordBatch
impl !UnwindSafe for MutableRecordBatch
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