polars_
utils
0.44.2
Dirty
Hash
Required Methods
dirty_hash
Implementations on Foreign Types
&T
Option<T>
f32
f64
i128
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
In polars_
utils::
hashing
polars_utils
::
hashing
Trait
DirtyHash
Copy item path
Source
pub trait DirtyHash { // Required method fn
dirty_hash
(&self) ->
u64
; }
Required Methods
§
Source
fn
dirty_hash
(&self) ->
u64
Implementations on Foreign Types
§
Source
§
impl
DirtyHash
for
f32
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
f64
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
i8
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
i16
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
i32
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
i64
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
i128
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
u8
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
u16
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
u32
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl
DirtyHash
for
u64
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl<T:
DirtyHash
+ ?
Sized
>
DirtyHash
for
&T
Source
§
fn
dirty_hash
(&self) ->
u64
Source
§
impl<T:
DirtyHash
>
DirtyHash
for
Option
<T>
Source
§
fn
dirty_hash
(&self) ->
u64
Implementors
§
Source
§
impl
DirtyHash
for
BytesHash
<'_>
Source
§
impl<T:
DirtyHash
>
DirtyHash
for
TotalOrdWrap
<T>