pub struct RowBatch { /* private fields */ }Expand description
A batch of rows for efficient processing.
Row batches allow vectorized operations on multiple rows at once.
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a RowBatch
impl<'a> IntoIterator for &'a RowBatch
Auto Trait Implementations§
impl Freeze for RowBatch
impl RefUnwindSafe for RowBatch
impl Send for RowBatch
impl Sync for RowBatch
impl Unpin for RowBatch
impl UnwindSafe for RowBatch
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