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

Class Execute

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

Source from the content-addressed store, hash-verified

218/// Execute a prepared statement.
219#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Hash)]
220pub struct Execute {
221 /// The name of the prepared statement to execute
222 pub name: String,
223 /// The execute parameters
224 pub parameters: Vec<Expr>,
225}
226
227/// Deallocate a prepared statement.
228#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Hash)]

Callers 3

with_new_exprsMethod · 0.85
map_expressionsMethod · 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…