Type Alias polars_core::datatypes::UInt32Chunked

source ·
pub type UInt32Chunked = ChunkedArray<UInt32Type>;

Aliased Type§

struct UInt32Chunked { /* private fields */ }

Trait Implementations§

source§

impl VecHash for UInt32Chunked

source§

fn vec_hash( &self, random_state: PlRandomState, buf: &mut Vec<u64>, ) -> PolarsResult<()>

Compute the hash for all values in the array.
source§

fn vec_hash_combine( &self, random_state: PlRandomState, hashes: &mut [u64], ) -> PolarsResult<()>