pub struct GroupMeta {
pub key_values: Vec<GroupKey>,
pub row_indices: Vec<usize>,
}Expand description
Metadata for one group: key values + row indices.
Fields§
§key_values: Vec<GroupKey>§row_indices: Vec<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupMeta
impl RefUnwindSafe for GroupMeta
impl Send for GroupMeta
impl Sync for GroupMeta
impl Unpin for GroupMeta
impl UnsafeUnpin for GroupMeta
impl UnwindSafe for GroupMeta
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