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

Method with_table_ref

datafusion/datasource/src/url.rs:351–354  ·  view source on GitHub ↗

Set the table reference for this [`ListingTableUrl`]

(mut self, table_ref: TableReference)

Source from the content-addressed store, hash-verified

349
350 /// Set the table reference for this [`ListingTableUrl`]
351 pub fn with_table_ref(mut self, table_ref: TableReference) -> Self {
352 self.table_ref = Some(table_ref);
353 self
354 }
355
356 /// Return the table reference for this [`ListingTableUrl`]
357 pub fn get_table_ref(&self) -> &Option<TableReference> {

Callers 2

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected