Struct datafusion_expr::logical_plan::SetVariable
source · pub struct SetVariable {
pub variable: String,
pub value: String,
pub schema: DFSchemaRef,
}Expand description
Set a Variable’s value – value in
ConfigOptions
Fields§
§variable: StringThe variable name
value: StringThe value to set
schema: DFSchemaRefDummy schema
Trait Implementations§
source§impl Clone for SetVariable
impl Clone for SetVariable
source§fn clone(&self) -> SetVariable
fn clone(&self) -> SetVariable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Hash for SetVariable
impl Hash for SetVariable
source§impl PartialEq for SetVariable
impl PartialEq for SetVariable
source§fn eq(&self, other: &SetVariable) -> bool
fn eq(&self, other: &SetVariable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SetVariable
impl StructuralEq for SetVariable
impl StructuralPartialEq for SetVariable
Auto Trait Implementations§
impl RefUnwindSafe for SetVariable
impl Send for SetVariable
impl Sync for SetVariable
impl Unpin for SetVariable
impl UnwindSafe for SetVariable
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.