Struct polars_plan::prelude::GroupbyOptions
source · [−]pub struct GroupbyOptions {
pub dynamic: Option<DynamicGroupOptions>,
pub rolling: Option<RollingGroupOptions>,
pub slice: Option<(i64, usize)>,
}
Fields
dynamic: Option<DynamicGroupOptions>
rolling: Option<RollingGroupOptions>
slice: Option<(i64, usize)>
Trait Implementations
sourceimpl Clone for GroupbyOptions
impl Clone for GroupbyOptions
sourcefn clone(&self) -> GroupbyOptions
fn clone(&self) -> GroupbyOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GroupbyOptions
impl Debug for GroupbyOptions
sourceimpl<'de> Deserialize<'de> for GroupbyOptions
impl<'de> Deserialize<'de> for GroupbyOptions
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<GroupbyOptions> for GroupbyOptions
impl PartialEq<GroupbyOptions> for GroupbyOptions
sourcefn eq(&self, other: &GroupbyOptions) -> bool
fn eq(&self, other: &GroupbyOptions) -> bool
sourceimpl Serialize for GroupbyOptions
impl Serialize for GroupbyOptions
impl Eq for GroupbyOptions
impl StructuralEq for GroupbyOptions
impl StructuralPartialEq for GroupbyOptions
Auto Trait Implementations
impl RefUnwindSafe for GroupbyOptions
impl Send for GroupbyOptions
impl Sync for GroupbyOptions
impl Unpin for GroupbyOptions
impl UnwindSafe for GroupbyOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.