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

Method session

datafusion/catalog/src/table.rs:545–547  ·  view source on GitHub ↗

Get a session where the table function is called.

(&self)

Source from the content-addressed store, hash-verified

543
544 /// Get a session where the table function is called.
545 pub fn session(&self) -> &'s dyn Session {
546 self.session
547 }
548}
549
550/// A trait for table function implementations

Callers 2

call_with_argsMethod · 0.80
call_with_argsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected