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

Method outer

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

Source from the content-addressed store, hash-verified

768 }
769
770 pub fn outer(&mut self, value: bool) -> &mut Self {
771 self.outer = value;
772 self
773 }
774
775 pub fn build(&self) -> Result<ast::TableFactor, BuilderError> {
776 let input = self.input_expr.clone().ok_or_else(|| {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected