Skip to main content

UInt16Chunked

Type Alias UInt16Chunked 

Source
pub type UInt16Chunked = ChunkedArray<UInt16Type>;

Aliased Type§

pub struct UInt16Chunked { /* private fields */ }

Trait Implementations§

Source§

impl VecHash for UInt16Chunked

Source§

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

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

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