Skip to main content

duckdb_scalar_function_get_state

Function duckdb_scalar_function_get_state 

Source
pub unsafe extern "C" fn duckdb_scalar_function_get_state(
    info: duckdb_function_info,
) -> *mut c_void
Expand description

Retrieves the state pointer of the function info.

@param info The function info object. @return The state pointer.