Return reference to table_functions
(&self)
| 950 | |
| 951 | /// Return reference to table_functions |
| 952 | pub fn table_functions(&self) -> &HashMap<String, Arc<TableFunction>> { |
| 953 | &self.table_functions |
| 954 | } |
| 955 | |
| 956 | /// Return [SerializerRegistry] for extensions |
| 957 | pub fn serializer_registry(&self) -> &Arc<dyn SerializerRegistry> { |
no outgoing calls
no test coverage detected