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.
pub unsafe extern "C" fn duckdb_string_is_inlined(
string: duckdb_string_t,
) -> bool
Whether or not the duckdb_string_t value is inlined. This means that the data of the string does not have a separate allocation.