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

Method relation

datafusion/sql/src/unparser/ast.rs:435–438  ·  view source on GitHub ↗
(&mut self, value: RelationBuilder)

Source from the content-addressed store, hash-verified

433
434impl TableWithJoinsBuilder {
435 pub fn relation(&mut self, value: RelationBuilder) -> &mut Self {
436 self.relation = Some(value);
437 self
438 }
439
440 pub fn joins(&mut self, value: Vec<ast::Join>) -> &mut Self {
441 self.joins = value;

Callers 2

select_to_sql_exprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected