Struct datafusion_expr::SetVariable
source · pub struct SetVariable {
pub variable: String,
pub value: String,
pub schema: DFSchemaRef,
}
Expand description
Set a Variable – value in [ConfigOptions
]
Fields
variable: String
The variable name
value: String
The value to set
schema: DFSchemaRef
Dummy schema
Trait Implementations
sourceimpl Clone for SetVariable
impl Clone for SetVariable
sourcefn clone(&self) -> SetVariable
fn clone(&self) -> SetVariable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for SetVariable
impl Send for SetVariable
impl Sync for SetVariable
impl Unpin for SetVariable
impl UnwindSafe for SetVariable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more