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

Method input_expr

datafusion/sql/src/unparser/ast.rs:765–768  ·  view source on GitHub ↗
(&mut self, value: ast::Expr)

Source from the content-addressed store, hash-verified

763 }
764
765 pub fn input_expr(&mut self, value: ast::Expr) -> &mut Self {
766 self.input_expr = Some(value);
767 self
768 }
769
770 pub fn outer(&mut self, value: bool) -> &mut Self {
771 self.outer = value;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected