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

Class ResetVariable

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

Source from the content-addressed store, hash-verified

200/// Reset a configuration variable to its default
201#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Hash)]
202pub struct ResetVariable {
203 /// The variable name
204 pub variable: String,
205}
206/// Prepare a statement but do not execute it. Prepare statements can have 0 or more
207/// `Expr::Placeholder` expressions that are filled in during execution
208#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Hash)]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…