MCPcopy Create free account
hub / github.com/apache/datafusion / SetVariable

Class SetVariable

datafusion/expr/src/logical_plan/statement.rs:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191/// [`ConfigOptions`](datafusion_common::config::ConfigOptions)
192#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Hash)]
193pub struct SetVariable {
194 /// The variable name
195 pub variable: String,
196 /// The value to set
197 pub value: String,
198}
199
200/// Reset a configuration variable to its default
201#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Hash)]

Callers 1

set_statement_to_planMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…