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

Method subquery

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

Source from the content-addressed store, hash-verified

647 self
648 }
649 pub fn subquery(&mut self, value: Box<ast::Query>) -> &mut Self {
650 self.subquery = Some(value);
651 self
652 }
653 pub fn alias(&mut self, value: Option<ast::TableAlias>) -> &mut Self {
654 self.alias = value;
655 self

Callers 3

unparseMethod · 0.80
deriveMethod · 0.80
unparseMethod · 0.80

Calls

no outgoing calls

Tested by 1

unparseMethod · 0.64