Trait polars_core::prelude::ChunkOps[][src]

pub trait ChunkOps {
    fn rechunk(&self) -> Self
    where
        Self: Sized
; }

Required methods

Aggregate to contiguous memory.

Implementors