Get a session where the table function is called.
(&self)
| 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 |
no outgoing calls
no test coverage detected