Trait polars::chunked_array::ops::ChunkShift[][src]

pub trait ChunkShift<T> {
    fn shift(&self, periods: i64) -> ChunkedArray<T>;
}

Required methods

Implementors