Enum datafusion::variable::VarType [−][src]
pub enum VarType { System, UserDefined, }
Variable type, system/user defined
Variants
System variable, like @@version
User defined variable, like @name
Trait Implementations
impl StructuralEq for VarType
[src]
impl StructuralEq for VarType
[src]impl StructuralPartialEq for VarType
[src]
impl StructuralPartialEq for VarType
[src]Auto Trait Implementations
impl RefUnwindSafe for VarType
impl RefUnwindSafe for VarType
impl UnwindSafe for VarType
impl UnwindSafe for VarType
Blanket Implementations
impl<T> CallHasher for T where
T: Hash + ?Sized,
[src]
impl<T> CallHasher for T where
T: Hash + ?Sized,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,