pub type Int32Chunked = ChunkedArray<Int32Type>;
Aliased Type§
struct Int32Chunked { /* private fields */ }
Trait Implementations§
Source§impl VecHash for Int32Chunked
impl VecHash for Int32Chunked
Source§fn vec_hash(
&self,
random_state: PlRandomState,
buf: &mut Vec<u64>,
) -> PolarsResult<()>
fn vec_hash( &self, random_state: PlRandomState, buf: &mut Vec<u64>, ) -> PolarsResult<()>
Compute the hash for all values in the array.