pub(crate) struct RowGroup {
pub(crate) columns: Vec<ColumnChunk>,
pub(crate) row_count: i64,
}Fields§
§columns: Vec<ColumnChunk>§row_count: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowGroup
impl RefUnwindSafe for RowGroup
impl Send for RowGroup
impl Sync for RowGroup
impl Unpin for RowGroup
impl UnwindSafe for RowGroup
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