Enum polars_core::chunked_array::ops::FillNoneStrategy [−][src]
pub enum FillNoneStrategy { Backward, Forward, Mean, Min, Max, Zero, One, MaxBound, MinBound, }
Variants
previous value in array
next value in array
mean value of array
minimal value in array
maximum value in array
replace with the value zero
replace with the value one
replace with the maximum value of that data type
replace with the minimal value of that data type
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FillNoneStrategy
impl Send for FillNoneStrategy
impl Sync for FillNoneStrategy
impl Unpin for FillNoneStrategy
impl UnwindSafe for FillNoneStrategy
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self
to T
.
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T
to Self
.
pub fn vzip(self) -> V