Function libduckdb_sys::duckdb_string_is_inlined

source ·
pub unsafe extern "C" fn duckdb_string_is_inlined(
    string: duckdb_string_t
) -> bool
Expand description

Whether or not the duckdb_string_t value is inlined. This means that the data of the string does not have a separate allocation.