Get the name of the table function
(&self)
| 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> { |
no outgoing calls
no test coverage detected