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: String
The variable name
value: String
The value to set
schema: DFSchemaRef
Dummy 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 more