Returns all default table functions
()
| 210 | |
| 211 | /// Returns all default table functions |
| 212 | pub fn all_default_table_functions() -> Vec<Arc<TableFunction>> { |
| 213 | function::table::functions() |
| 214 | } |
| 215 | |
| 216 | /// Registers all enabled packages with a [`FunctionRegistry`], overriding any existing |
| 217 | /// functions if there is a name clash. |
no test coverage detected
searching dependent graphs…