Enum polars::prelude::NullValues [−][src]
pub enum NullValues {
AllColumns(String),
Columns(Vec<String, Global>),
Named(Vec<(String, String), Global>),
}
Variants
AllColumns(String)
A single value that’s used for all columns
Tuple Fields of AllColumns
0: String
A different null value per column
Tuples that map column names to null value of that column
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NullValues
impl Send for NullValues
impl Sync for NullValues
impl Unpin for NullValues
impl UnwindSafe for NullValues
Blanket Implementations
Mutably borrows from an owned value. Read more