Enum datafusion_proto::generated::datafusion::DateUnit
source · #[repr(i32)]
pub enum DateUnit {
Day,
DateMillisecond,
}Variants§
Implementations§
Trait Implementations§
source§impl Ord for DateUnit
impl Ord for DateUnit
source§impl PartialEq<DateUnit> for DateUnit
impl PartialEq<DateUnit> for DateUnit
source§impl PartialOrd<DateUnit> for DateUnit
impl PartialOrd<DateUnit> for DateUnit
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for DateUnit
impl Eq for DateUnit
impl StructuralEq for DateUnit
impl StructuralPartialEq for DateUnit
Auto Trait Implementations§
impl RefUnwindSafe for DateUnit
impl Send for DateUnit
impl Sync for DateUnit
impl Unpin for DateUnit
impl UnwindSafe for DateUnit
Blanket Implementations§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.