☰
ChunkFullNull
Required Methods
full_null
Implementors
In polars_core::chunked_array::ops
?
Trait
polars_core
::
chunked_array
::
ops
::
ChunkFullNull
source
·
[
−
]
pub trait ChunkFullNull { fn
full_null
(_name: &
str
, _length:
usize
) -> Self
where
Self:
Sized
; }
Required methods
source
fn
full_null
(_name: &
str
, _length:
usize
) -> Self
where
Self:
Sized
,
Implementors
source
impl
ChunkFullNull
for
BooleanChunked
source
impl
ChunkFullNull
for
ListChunked
source
impl
ChunkFullNull
for
Utf8Chunked
source
impl<T>
ChunkFullNull
for
ChunkedArray
<T>
where
T:
PolarsNumericType
,
source
impl<T:
PolarsObject
>
ChunkFullNull
for
ObjectChunked
<T>