Trait ChunkOps
Other items inpolars_core::prelude
pub trait ChunkOps { fn rechunk(&self) -> Self where Self: Sized; }
fn rechunk(&self) -> Self where Self: Sized,
Aggregate to contiguous memory.
impl ChunkOps for BooleanChunked
impl ChunkOps for CategoricalChunked
impl ChunkOps for ListChunked
impl ChunkOps for Utf8Chunked
impl<T> ChunkOps for ChunkedArray<T> where T: PolarsNumericType,
impl<T> ChunkOps for ObjectChunked<T> where T: PolarsObject,