Type Definition polars_core::datatypes::Int32Chunked
source · pub type Int32Chunked = ChunkedArray<Int32Type>;
Implementations§
source§impl Int32Chunked
impl Int32Chunked
pub fn into_date(self) -> DateChunked
Available on crate feature
dtype-date
only.Trait Implementations§
source§impl VecHash for Int32Chunked
impl VecHash for Int32Chunked
source§fn vec_hash(&self, random_state: RandomState, buf: &mut Vec<u64>)
fn vec_hash(&self, random_state: RandomState, buf: &mut Vec<u64>)
Compute the hash for all values in the array. Read more