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

Method name

datafusion/catalog/src/table.rs:586–588  ·  view source on GitHub ↗

Get the name of the table function

(&self)

Source from the content-addressed store, hash-verified

584
585 /// Get the name of the table function
586 pub fn name(&self) -> &str {
587 &self.name
588 }
589
590 /// Get the implementation of the table function
591 pub fn function(&self) -> &Arc<dyn TableFunctionImpl> {

Callers 3

scan_with_argsMethod · 0.45
add_columnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected