Function create_raw

Source
pub unsafe fn create_raw(
    registry: &FunctionRegistry,
    parameters: *const i8,
    timezone: *const i8,
) -> Result<Box<dyn TableFunction>>
Expand description

ยงSAFETY

This function is unsafe because it dereferences raw pointers.

For parameters, it expects a null-terminated UTF-8 string, it may be nullptr.

For timezone, it expects a null-terminated UTF-8 string, it must be valid.