Trait datafusion::physical_plan::execution_plan::hash_utils::HashValue
source · pub trait HashValue {
// Required method
fn hash_one(&self, state: &RandomState) -> u64;
}
pub trait HashValue {
// Required method
fn hash_one(&self, state: &RandomState) -> u64;
}