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

Method name

datafusion/sql/src/unparser/ast.rs:572–575  ·  view source on GitHub ↗
(&mut self, value: ast::ObjectName)

Source from the content-addressed store, hash-verified

570
571impl TableRelationBuilder {
572 pub fn name(&mut self, value: ast::ObjectName) -> &mut Self {
573 self.name = Some(value);
574 self
575 }
576 pub fn alias(&mut self, value: Option<ast::TableAlias>) -> &mut Self {
577 self.alias = value;
578 self

Callers 15

select_to_planMethod · 0.45
apply_expr_aliasMethod · 0.45
copy_to_planMethod · 0.45
update_to_planMethod · 0.45
insert_to_planMethod · 0.45
sql_function_to_exprMethod · 0.45
find_window_funcMethod · 0.45
parse_joinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected