Access the shared default registry.
()
| 33 | |
| 34 | /// Access the shared default registry. |
| 35 | pub fn default_registry() -> &'static FunctionRegistry { |
| 36 | &DEFAULT_REGISTRY |
| 37 | } |
| 38 | |
| 39 | /// Convenience wrapper around [`fold_constant`] using the default registry. |
| 40 | pub fn fold_constant_default(expr: &SqlExpr) -> Option<SqlValue> { |
no outgoing calls
no test coverage detected