polars_core::chunked_array::ops

Trait ChunkFullNull

Source
pub trait ChunkFullNull {
    // Required method
    fn full_null(_name: PlSmallStr, _length: usize) -> Self
       where Self: Sized;
}

Required Methods§

Source

fn full_null(_name: PlSmallStr, _length: usize) -> Self
where Self: Sized,

Implementors§