Function libduckdb_sys::duckdb_logical_type_get_alias

source ·
pub unsafe extern "C" fn duckdb_logical_type_get_alias(
    type_: duckdb_logical_type
) -> *mut c_char
Expand description

Returns the alias of a duckdb_logical_type, if one is set, else NULL. The result must be destroyed with duckdb_free.

type: The logical type to return the alias of returns: The alias or NULL