Trait polars::chunked_array::object::ChunkShift
source · [−]pub trait ChunkShift<T> {
fn shift(&self, periods: i64) -> ChunkedArray<T>;
}
This is supported on crate feature
object
only.pub trait ChunkShift<T> {
fn shift(&self, periods: i64) -> ChunkedArray<T>;
}
object
only.