[go: up one dir, main page]

Int32Chunked

Type Alias Int32Chunked 

Source
pub type Int32Chunked = ChunkedArray<Int32Type>;

Aliased Type§

pub struct Int32Chunked { /* private fields */ }

Trait Implementations§

Source§

impl Reinterpret for Int32Chunked

Source§

impl VecHash for Int32Chunked

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