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

Method with_definition

datafusion/catalog-listing/src/table.rs:268–271  ·  view source on GitHub ↗

Specify the SQL definition for this table, if any

(mut self, definition: Option<String>)

Source from the content-addressed store, hash-verified

266
267 /// Specify the SQL definition for this table, if any
268 pub fn with_definition(mut self, definition: Option<String>) -> Self {
269 self.definition = definition;
270 self
271 }
272
273 /// Get paths ref
274 pub fn table_paths(&self) -> &Vec<ListingTableUrl> {

Callers 2

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected