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

Method lateral

datafusion/sql/src/unparser/ast.rs:645–648  ·  view source on GitHub ↗
(&mut self, value: bool)

Source from the content-addressed store, hash-verified

643
644impl DerivedRelationBuilder {
645 pub fn lateral(&mut self, value: bool) -> &mut Self {
646 self.lateral = Some(value);
647 self
648 }
649 pub fn subquery(&mut self, value: Box<ast::Query>) -> &mut Self {
650 self.subquery = Some(value);
651 self

Callers 3

unparseMethod · 0.80
deriveMethod · 0.80
unparseMethod · 0.80

Calls

no outgoing calls

Tested by 1

unparseMethod · 0.64