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
Implementors
impl ChunkCast for ChunkedArray<BooleanType>
impl ChunkCast for ChunkedArray<ListType>
We cannot cast anything to or from List/LargeList So this implementation casts the inner type