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

Method body

datafusion/sql/src/unparser/ast.rs:46–49  ·  view source on GitHub ↗
(&mut self, value: Box<ast::SetExpr>)

Source from the content-addressed store, hash-verified

44 self
45 }
46 pub fn body(&mut self, value: Box<ast::SetExpr>) -> &mut Self {
47 self.body = Some(value);
48 self
49 }
50 pub fn take_body(&mut self) -> Option<Box<ast::SetExpr>> {
51 self.body.take()
52 }

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected