pub trait ChunkCast {
    fn cast(&self, data_type: &DataType) -> Result<Series, PolarsError>;
}
This is supported on crate feature object only.
Expand description

Cast ChunkedArray<T> to ChunkedArray<N>

Required methods

Cast a [ChunkedArray] to [DataType]

Implementors

We cannot cast anything to or from List/LargeList So this implementation casts the inner type