Struct datafusion_physical_expr_common::aggregate::utils::Hashable
source · pub struct Hashable<T>(pub T);
Expand description
A wrapper around a type to provide hash for floats
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T: ToByteSlice> Hash for Hashable<T>
impl<T: ToByteSlice> Hash for Hashable<T>
source§impl<T: ArrowNativeTypeOp> PartialEq for Hashable<T>
impl<T: ArrowNativeTypeOp> PartialEq for Hashable<T>
impl<T: Copy> Copy for Hashable<T>
impl<T: ArrowNativeTypeOp> Eq for Hashable<T>
Auto Trait Implementations§
impl<T> Freeze for Hashable<T>where
T: Freeze,
impl<T> RefUnwindSafe for Hashable<T>where
T: RefUnwindSafe,
impl<T> Send for Hashable<T>where
T: Send,
impl<T> Sync for Hashable<T>where
T: Sync,
impl<T> Unpin for Hashable<T>where
T: Unpin,
impl<T> UnwindSafe for Hashable<T>where
T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.