Trait datafusion::physical_plan::hash_utils::HashValue

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<'a, T> HashValue for &'a T
where T: HashValue + ?Sized,

source§

fn hash_one(&self, state: &RandomState) -> u64

Implementors§