HashValue
datafusion
50.3.0
Hash
Value
Required Methods
hash_one
Implementations on Foreign Types
&T
[u8]
bool
f16
f32
f64
i8
i16
i32
i64
i128
str
u8
u16
u32
u64
Implementors
In datafusion::
physical_
plan::
execution_
plan::
hash_
utils
datafusion
::
physical_plan
::
execution_plan
::
hash_utils
Trait
Hash
Value
Copy item path
Source
pub trait HashValue { // Required method fn
hash_one
(&self, state: &RandomState) ->
u64
; }
Required Methods
§
Source
fn
hash_one
(&self, state: &RandomState) ->
u64
Implementations on Foreign Types
§
Source
§
impl
HashValue
for
bool
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
f32
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
f64
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
i8
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
i16
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
i32
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
i64
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
i128
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
str
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
u8
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
u16
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
u32
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
u64
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for
f16
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl
HashValue
for [
u8
]
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Source
§
impl<T>
HashValue
for
&T
where T:
HashValue
+ ?
Sized
,
Source
§
fn
hash_one
(&self, state: &RandomState) ->
u64
Implementors
§
Source
§
impl
HashValue
for
IntervalDayTime
Source
§
impl
HashValue
for
IntervalMonthDayNano
Source
§
impl
HashValue
for
i256