pub struct GroupBy { /* private fields */ }Expand description
Eager DataFrame and GroupBy.
Eager group-by handle that delegates execution to LazyFrame.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupBy
impl !RefUnwindSafe for GroupBy
impl Send for GroupBy
impl Sync for GroupBy
impl Unpin for GroupBy
impl !UnwindSafe for GroupBy
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