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

Method table

datafusion/sql/src/unparser/ast.rs:495–498  ·  view source on GitHub ↗
(&mut self, value: TableRelationBuilder)

Source from the content-addressed store, hash-verified

493 self.relation.is_some()
494 }
495 pub fn table(&mut self, value: TableRelationBuilder) -> &mut Self {
496 self.relation = Some(TableFactorBuilder::Table(value));
497 self
498 }
499 pub fn derived(&mut self, value: DerivedRelationBuilder) -> &mut Self {
500 self.relation = Some(TableFactorBuilder::Derived(value));
501 self

Callers 15

create_physical_exprFunction · 0.45
try_newMethod · 0.45
get_table_sourceMethod · 0.45
get_table_sourceMethod · 0.45
get_table_sourceMethod · 0.45
roundtrip_json_sourceFunction · 0.45
roundtrip_logical_planFunction · 0.45

Calls

no outgoing calls

Tested by 15

get_table_sourceMethod · 0.36
roundtrip_json_sourceFunction · 0.36
roundtrip_logical_planFunction · 0.36
roundtrip_custom_tablesFunction · 0.36
create_csv_scanFunction · 0.36
create_json_scanFunction · 0.36
create_parquet_scanFunction · 0.36
roundtrip_expr_apiFunction · 0.36