Enum polars_lazy::dsl::ApplyOptions [−][src]
pub enum ApplyOptions {
ApplyGroups,
ApplyList,
ApplyFlat,
}
This is supported on crate feature
compile
only.Variants
Collect groups to a list and apply the function over the groups. This can be important in aggregation context.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ApplyOptions
impl Send for ApplyOptions
impl Sync for ApplyOptions
impl Unpin for ApplyOptions
impl UnwindSafe for ApplyOptions
Blanket Implementations
Mutably borrows from an owned value. Read more