polars_core::datatypes

Type Alias UInt64Chunked

Source
pub type UInt64Chunked = ChunkedArray<UInt64Type>;

Aliased Type§

struct UInt64Chunked { /* private fields */ }

Trait Implementations§

Source§

impl VecHash for UInt64Chunked

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<()>