Enum datafusion::variable::VarType [−][src]
pub enum VarType { System, UserDefined, }
Expand description
Variable type, system/user defined
Variants
System variable, like @@version
User defined variable, like @name
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VarType
impl UnwindSafe for VarType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
type Output = T
type Output = T
Should always be Self