Enum polars_core::prelude::RankMethod
source · pub enum RankMethod {
Average,
Min,
Max,
Dense,
Ordinal,
Random,
}
Available on crate feature
rank
only.Variants§
Trait Implementations§
source§impl Clone for RankMethod
impl Clone for RankMethod
source§fn clone(&self) -> RankMethod
fn clone(&self) -> RankMethod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more