Get the function implementation and generate a table
(
&self,
args: TableFunctionArgs,
)
| 604 | |
| 605 | /// Get the function implementation and generate a table |
| 606 | pub fn create_table_provider_with_args( |
| 607 | &self, |
| 608 | args: TableFunctionArgs, |
| 609 | ) -> Result<Arc<dyn TableProvider>> { |
| 610 | self.fun.call_with_args(args) |
| 611 | } |
| 612 | } |
no test coverage detected