Enum polars_core::chunked_array::ops::FillNullStrategy [−][src]
pub enum FillNullStrategy {
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 FillNullStrategy
impl Send for FillNullStrategy
impl Sync for FillNullStrategy
impl Unpin for FillNullStrategy
impl UnwindSafe for FillNullStrategy
Blanket Implementations
Mutably borrows from an owned value. Read more