[][src]Trait polars::chunked_array::cast::ChunkCast

pub trait ChunkCast {
    fn cast<N>(&self) -> Result<ChunkedArray<N>>
    where
        N: PolarsDataType
; }

Required methods

fn cast<N>(&self) -> Result<ChunkedArray<N>> where
    N: PolarsDataType

Loading content...

Implementors

impl ChunkCast for BooleanChunked[src]

impl ChunkCast for Utf8Chunked[src]

impl<T> ChunkCast for ChunkedArray<T> where
    T: PolarsNumericType
[src]

Loading content...