Enum polars_core::prelude::RankMethod [−][src]
pub enum RankMethod {
Average,
Min,
Max,
Dense,
Ordinal,
Random,
}
Variants
Average
Min
Max
Dense
Ordinal
Random
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RankMethod
impl Send for RankMethod
impl Sync for RankMethod
impl Unpin for RankMethod
impl UnwindSafe for RankMethod
Blanket Implementations
Mutably borrows from an owned value. Read more